body{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(1, 1, 147);
    display:flexbox;
    background-color: white;
}

img {
    align-self: center;
    width: 250px; height: 250px;
}

h1 {
    text-align: center;
}

h2 {text-align: center;}

.container{
    background-color: rgb(249, 252, 255);
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    box-sizing:content-box;
    width: 50%;
    position: relative;
    margin-left: 25%;
    background-color: rgb(224, 224, 255);
    
    

}

    input{
    text-align: left;
}

textarea{
 width: 90%;
    background-color:rgb(255, 255, 255);
}
button:hover{
    background-color: rgb(112, 150, 112);

}

button{background-color: rgb(122, 231, 122);
        text-align: center;   
        width: 14%;  
        margin-bottom: 5px;
        color: rgb(17, 16, 16);
        border: 25px;
        font-size: 15px;
        cursor: pointer;
        display: block;
        justify-content: center;
        justify-items: center;
        justify-self: center;
}