.header{
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.row input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    max-width: 100%;
    box-sizing: border-box;
    transition:.4s ease-in-out;
    border-radius: 10px;
    height: 75px;
    font-size: 30px;
    
}
