*{
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
#maindiv{
    display: flex;
    width: 900px;
    height: 500px;
    box-shadow: 0px 5px 20px grey;
    margin: 3px auto 100px auto;
}
#socialdiv{
    display: flex;
    background-color: white;
    width: 450px;
    height: 100%;
}
#topheading{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-top: 50px;
}
#sdivheading{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    margin: 60px auto 0px auto;
}
form{
    width: 450px;
}
#mediabuttons{
    width: inherit;
    height: 70px;
}
a{
    width: 50px;
    margin: 5px 0px ;
    height: 20px;
    padding: 5px;
    vertical-align: middle;
    border-radius: 100px;
}
img{
    border-radius: 100px;
    width: 2em;
    height: 2em;
}
img:hover{
    border: 2px solid black;
}
p{
    text-align: center;
}
input[type="text"],input[type="password"]{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 75%;
    height: 25px;
    padding: 10px;
    background-color: rgb(228, 244, 245);
}
#social-div-btn{
    display: block;
    margin: 10px auto;
    padding: 10px;
    background-color: #00DBDE;
    background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    cursor: pointer;
    border-radius: 50px;
    width: 40%;
    height: 10%;
    text-align: center;
    color: white;
}
#colordiv{
    display: flex;
    width: 450px;
    height: 100%;
    background-color: #00DBDE;
    background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
    color: white;
}
#cdivheading{
    margin: 140px auto 10px auto;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
#color-div-btn{
    display: block;
    margin: 20px auto;
    height: 10%;
    padding: 10px;
    background-color: #00DBDE;
    background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
    cursor: pointer;
    font-style: normal;
    border: 1px solid white;
    border-radius: 50px;
    width: 40%;
}
#color-div-btn:active{
    width: 45%;
    height: 11%;
}
#social-div-btn:active{
    width: 45%;
    height: 11%;
}