body {
    background-color: #ffdae0; /* Светло-розовый цвет */
}

h1, h2 {
    text-align: center;
    color: #cdd4ca;
}

a {
    color: #cdd4ca;
    text-decoration: none;
}

a:hover {
    color: #f2be54;
}

li {
    list-style: none;
    display: inline-block;
}

p {
    font-size: 150%;
    color: white;
}
h4{
    text-align: center;
    text-decoration: underline;
    text-decoration-color: white;
}
div{
    margin: 0 auto;
    width: 300px;
}
input{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
}
#submit{
    position: absolute;
    left: 0;
    right: 0;
    margin: 30 auto;
    color: black;
}