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: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding-top: 10%;
    background-color: blue;
}

#apresentacao-texto {
    width: 80%;
    margin-top: -10px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#apresentacao-texto h1 {
    text-align: center;
    color: whitesmoke;
    font-size: 200%;
}

#apresentacao-texto h2 {
    text-align: center;
    color: whitesmoke;
    font-size: 250%;
}

#apresentacao-texto p {
    text-align: center;
    color: whitesmoke;
    font-size: 150%;
}

.box-img1 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 25%;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.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;
}