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-titulo {
    margin-left: 35%;
    margin-right: auto;
    margin-bottom: 5%;
    padding-top: 20px;
    width: 30%;
    height: 70%;
    font-size: 300%;
    color: whitesmoke;
}

#apresentacao-texto {
    margin-left: 40%;
    margin-right: auto;
    margin-bottom: 5%;
    width: 30%;
    height: 20%;
    font-size: 150%;
    color: whitesmoke;
}

#img-group1 {
    display: flex;
}

#img-group2 {
    align-content: space-between;
    display: flex;
}

#img-group3 {
    display: flex;
}

.box-img {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 400px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.box-img img {
    height: 400px;
    width: 300px;
}

.box-img-1 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 25%;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-1 img {
    height: 100%;
    width: 110%;
}

.box-img-2 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 25%;
    width: 25%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-2 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.box-img-3 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 25%;
    width: 25%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-3 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.box-img-4 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 35%;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-4 img {
    height: 100%;
    width: 110%;
    margin-right: -5%;
}

.box-img-5 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 35%;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-5 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.box-img-6 {
    background-color: rgb(0, 0, 0);
    color: white;
    margin-top: 3%;
    height: 25%;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-6 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.box-img-7 {
    background-color: rgb(0, 0, 0);
    color: white;
    margin-top: 2%;
    height: 25%;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-7 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.box-img-8 {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 25%;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.box-img-8 img {
    height: 100%;
    width: 110%;
    margin-left: -5%;
}

.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;
}