*{
   
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;

  
}

body{
    background-color: hsl(0,0%, 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.main{
    color: hsl(0, 0%, 100%);
}



.form{
    background-color:  hsl(0, 0%, 12%);
    text-align: center;
    width: 400px;
    height: 650px;
    border-radius: 10px;

}
.form img{
    border-radius: 50%;
    width: 110px;
    position: relative;
    top: 20px;
    margin-bottom: 20px;

}
.text h1{
    margin-top: 20px; 
    margin-top : 15px;
    
}
h4{
   color: hsl(75, 94%, 57%);
    margin-top: 5px;
}
p{
    position: relative;
    top: 15px;
    font-size: 15px;
    margin-bottom: 5px;
}

.social{
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 15px;
}

.social a{
    padding: 20px;
    background-color: hsl(0, 0%, 20%);
    align-items: center;
    margin: 12px;
    border-radius: 7px;
    text-align: center;
}


.social-icon{
    display: block;
    position: relative;
    top: 40px;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 50px;
    padding: 10px;
    margin: 0 10px;
    padding: 5px 15px;
    color: hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 20%);
}

.social-icon:hover{
    border: 25px;
    border-color: hsl(75, 94%, 57%);
    color: hsl(75, 94%, 57%);
    outline: auto;
    background: transparent;
    transition: 0.3 ease-in;
    font-size: 22px;
    border-color: hsl(75, 94%, 57%);
}


