@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

body,html {   
    height: 100%;
    font-family: "Poppins";
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}


.access-type{
    padding: 60px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    border: 1px #a0a0a0 solid;
    border-radius: 5px;
}

.access-type i{
    font-size: 70px;
    color: #505050;
}

.access-type p{
    font-weight: 400;
    font-size: 20px;
}

.main{
    padding: 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e0e0e0;
}

.title{
    font-size: 25px;
    font-weight: 800;
    font-family: 'Rubik';
}

.white{
    color: white !important;
}

