header {
    width: 100%;
    height: 200%;
    margin-left: -8px;
    margin-top: 2%;
}

body {
    background-color: yellow;
}

.menu {
    position: fixed;
    width: 100%;
    height: 20%;
    margin-top: -60px;
    display: flex;
    border-radius: 60px;
    background-color: #23238E;
}

#menu-caixa {
    width: 100%;
    height: 60%;
    display: flex;
    margin-top: 60px;
}

#menu-botao-caixas {
    width: 60%;
    height: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    margin-top: 10px;
}

#sobre {
    width: 13%;
    height: 82%;
    background-color: orangered;
    display: flex;
    border-radius: 25px;
}

#sobre:hover {
    width: 13%;
    height: 82%;
    background-color: rgb(255, 153, 0);
    display: flex;
    border-radius: 25px;
}

#obras {
    width: 13%;
    height: 82%;
    background-color: orangered;
    display: flex;
    border-radius: 25px;
}

#obras:hover {
    width: 13%;
    height: 82%;
    background-color: rgb(255, 153, 0);
    display: flex;
    border-radius: 25px;
}

#home {
    width: 13%;
    height: 82%;
    background-color: orangered;
    display: flex;
    border-radius: 25px;
}

#home:hover {
    width: 13%;
    height: 82%;
    background-color: rgb(255, 153, 0);
    display: flex;
    border-radius: 25px;
}

#projetos {
    width: 13%;
    height: 82%;
    background-color: orangered;
    display: flex;
    border-radius: 25px;
}

#projetos:hover {
    width: 13%;
    height: 82%;
    background-color: rgb(255, 153, 0);
    display: flex;
    border-radius: 25px;
}

#contato {
    width: 13%;
    height: 82%;
    background-color: orangered;
    display: flex;
    border-radius: 25px;
}

#contato:hover {
    width: 13%;
    height: 82%;
    background-color: rgb(255, 153, 0);
    display: flex;
    border-radius: 25px;
}

#link {
    width: 80%;
    height: 60%;
    cursor: pointer;
    display: flex;
    margin: auto;
}

#link a {
    text-decoration: none;
    display: flex;
    color: black;
    margin: auto;
    font-size: 175%;
}

#link a:hover {
    text-decoration: none;
    display: flex;
    color: white;
    margin: auto;
    font-size: 175%;
}

.page {
    width: 70%;
    height: auto;
    padding-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding-top: 10%;
    background-color: blue;
    display: flex;
    justify-content: center;
}

#contato-titulo {
    margin-left: 40%;
    margin-right: auto;
    padding-top: 20px;
    width: 30%;
    height: 100%;
    font-size: 250%;
    color: whitesmoke;
}

#contato-texto {
    margin-left: 45%;
    margin-right: auto;
    padding-top: 20px;
    width: 20%;
    height: 100%;
    font-size: 150%;
    color: whitesmoke;
}

.contato {
    width: 100%;
    max-width: 50%;
    text-align: center;
}

.contato h3 {
    color: whitesmoke;
    font-size: 250%;
}

.form {
    display: flex;
    flex-direction: column;
}

.field {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
}

.fieldb {
    padding: 10px;
    margin-bottom: 15px;
    background-color: yellow;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #23238E;
    font-size: 150%;
}

.fieldb:hover {
    padding: 10px;
    margin-bottom: 15px;
    background-color: orangered;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #23238E;
    font-size: 150%;
}

textarea {
    height: 150px;
}

.bottom {
    width: 101%;
    height: 100%;
    margin-left: -7px;
    margin-bottom: -50px;
    display: flex;
    background-color: #23238E;
}

#ilkabottom {
    height: 80px;
    width: 120px;
    margin-left: 47%;
}

#ilkabottom h5 {
    color: whitesmoke;
}

#ilkabottom p {
    margin-top: -10px;
    color: whitesmoke;
}

#ianbottom {
    height: 80px;
    width: 120px;
    margin-left: 35%;
}

#ianbottom p {
    color: whitesmoke;
}

footer {
    width: 100%;
    height: 100px;
    margin-bottom: -120px;
}