@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Overpass:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
    font-family: 'Nunito', sans-serif;
    background-color: #222221;
    color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;

}

::-webkit-scrollbar {
    display: none;
}

h1{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

p{
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
}

main{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80vw;
    margin: 0 auto; 
    flex-direction: column;
}

 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

li{
    display: inline;
    height: auto;

}

#logout{
    display: block;
    float: right;
}

 ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    padding: 1rem;
}

ul li a:hover{
    color: #f1f1f1;
    background-color: #3b3b39;
}




 ul li a.active:hover::after{
    width: 100%;
}

ul li a img{
    width: auto;
    height: 2rem;
}

ul.nav{
    background-color: #222221;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.75rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: block;
    margin-bottom: 10px;

}

a.icon:hover{
   border-top:  solid 2px  #0FFF50;

}

div.main{
    display: flex;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
}

.methods{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
}

.method{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
}

.qr {
    margin: 1rem;
}

a{
    color: #0FFF50;
    text-decoration: none;
}

button{
    background-color: #3b3b39;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    cursor: pointer;
    margin-top: 1rem;
}

input{
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin: 0.5rem;
    border: none;
    border-radius: 5px;
}

.quote{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.quote p{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
}

.quote .author{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
}

.spacer{
    margin-top: 2rem;
    height: 60vh;

}
