@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    max-width: 375px;
    margin: auto;
}
h1{
    text-align: center;
    font-family:'Roboto', sans-serif;
}

p{
    text-align: center;
    color:#8B959A ;
    font-family: 'Inter',sans-serif;
}
#twitter{
    background-color: #76A9EA;
    color:white;
    width: 165px;
    height: 60px;
}
#facebook{
    background: #475993;
    color:white;
    width: 165px;
    height: 60px;
}
div{
    text-align: center;

}
i{
 font-size: 2em;
}
svg{
    width: 100%;
    margin: auto;
}


span{
    color:#3C82FF ;
}
button{
    height: 60;
    width: 165;
    border-radius: 8px;
    color: white;
    background-color: #3C82FF;

}
#lol{
    width: 300px;
    height: 60px;
    width: 100%;
    margin: auto;
}
#log{
    width: 100px;
    height: 60px;
    width: 100%;
    margin: auto;
}
#let{
    width: 300px;
    height: 60px;
    width: 100%;
    margin: auto;
}
input{
    border: 1px;
    border: #E2E6EA;
    height: 60px;
    width: 300px;
    display: block;
}
#btn{
    height: 20px;
    width: 30px;

}
#btn2{
display: flex;
justify-content: space-between;
}
#a{
    color: white;
}