.box1{
    display:flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.box{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    border:solid green;
    height:fit-content;
    padding:1% 5% 1% 5%;
    }

.submit{
    color:white;
    background-color:darkturquoise;
    border-radius: 10%;
    padding:6px 10px 6px 10px;
}