body{
    background-color: rgb(20, 20, 20);
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    margin-top:80px;

}

#sect{

    padding:20px;
    width:400px;
    background-color: rgb(31, 31, 31);
    border-radius: 1ch
    ;
    
img{
    border-radius: 50%;
}
h1{
    font-family:Arial;
    font-weight:440;
    color: aliceblue;
}
h5{
    font-family:Arial;
    font-weight:740;
    color: rgb(190, 224, 65)
}
h4{
    font-family:Arial;
    color: darkgray;
}
button{
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    height:50px;
    font-size: 15px;
    border-radius:7px;
    width:40rem;
    max-width:350px;
    margin: 10px;
    box-sizing: border-box;
    transition: 0.3s;
    border:none;
    opacity: 1;
    cursor: pointer;
    text-align: center;
  font-weight:600;
}
button:hover {
    opacity: 0.7;

}
#container{
    flex-direction:column;
    display:flex;
    justify-content:center;
    align-items:center;
}
