*{
    box-sizing: border-box;
}
body{
    background: linear-gradient(-280deg,rgba(245, 7, 67, 0.657),rgba(230, 98, 10, 0.637),rgba(246, 244, 243,1));
    }
#container{
    background-color: white;
    height: 350px;
    width: 350px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}

h2{
    margin-bottom:10px ;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
p{
    margin-top: 0px;
    font-size: small;  
}

#cont111{
    margin-left: 25px;
}
#t1{
    text-align: center;
}
#t2{
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    font-weight: bold;
    font-size: 12px;
}
.cc{
    width: 300px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    margin-top: 10px;

}
img{
    position: absolute;
    top: 50%;
    right: 0px;
    height: 20px;
    width: 20px;
    transform: translate(-50%,-50%);
}
.name{
    width: 50%;
    border-radius: 5px;
    height: 30px;
    
}
button{
    background-color: blue;
    color: white;
    position: relative;
}

