body{

    background-color: hsl(0, 0%, 8%);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 100px;

}

.container{
    border-radius: 25px;
    padding-top: 100px;
    
    
    text-align: center;
    height: 770px;


    background-color: hsl(0, 0%, 12%);
    width: 600px;
    align-items: center;
    justify-content: center;

    
}
img{

    padding-top: 20px;

    border-radius: 50%; 
    width: 100px;
    height: 100px; 
}
.nome{
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 20px;
    
}
.end{

    color: hsl(75, 94%, 57%);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;

}

.front
{
    color: rgba(255, 255, 255, 0.568);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding-top: 20px;
}
.botao{
    
    padding-left: 120px;
    
    text-align: center;
    
    
    display: flex;
    flex-direction: column;
}
a{  
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 23px;







    padding: 5px;
    padding-top: 20px;
    margin: 10px;
    width: 70%;
    position: relative;
    border-radius: 13px;
    height: 50px;
    color: white;
    text-decoration: none;
    background-color:hsl(0, 0%, 20%) ;
}
a:hover{
    color: black;
    background-color: hsl(75, 94%, 57%);
}


@media (max-width: 768px) {
    .container{
    border-radius: 25px;
    padding-top: 100px;
    
    
    text-align: center;
    height: 700px;


    background-color: hsl(0, 0%, 12%);
    width: 400px;
    align-items: center;
    justify-content: center;

    
}
a{


    padding-top: 20px;
    margin: 5px;
    width: 300px;
    

    border-radius: 13px;
    height: 40px;
}
.botao{
    gap: 12px;
    padding-left: 50px;
}    
}
