@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    border: border-box;
    background-color: #C4D7FF
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1em 2rem 1rem 2rem;
    flex-wrap: wrap;
    font-family: "Bebas Neue", sans-serif;

}

.first-half {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-half i {
    padding: 20px;
}

.second-half {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-half h3 {
    padding: 20px;
    font-weight: 200;
}

.second-half h4 {
    padding: 20px;
    font-weight: 200;
}


.milan-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-family: "Bebas Neue", sans-serif;
    margin: 2rem 0rem 0rem 0rem;
}

.milan-head img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 0px solid transparent;
}

.milan-head h2 {
    letter-spacing: 3px;
    padding: 15px 0px 0px 0px;
}

.milan-head h1 {
    font-size: 70px;
    font-weight: 600;
    color: rgb(232, 77, 20);
    letter-spacing: 3px;
    font-style: italic;
}

.milan-head p {
    letter-spacing: 1px;
    text-align: center;
    padding: 20px;
}

.anime-head h1 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(232, 77, 20);
    letter-spacing: 3px;
    font-style: italic;
    text-align: center;
    margin: 2rem 1rem 0rem 1rem;
}

.milan-images {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.milan-images .box {
    display: flex;
    flex-direction: column;
    margin: 3rem;
    align-items: center;
    justify-content: space-evenly;
    background-color: #89c2d9;
    text-align: center;
    border-radius: 20px;
    width: auto;
    height: auto;
    padding: 30px;
}

.milan-images .box h1 {
    font-family: "Bebas Neue", sans-serif;
    background-color: transparent;
    padding: 10px;
    font-size: 20px;
}

.milan-images .box p {
    font-family: "Bebas Neue", sans-serif;
    background-color: transparent;
    padding: 10px;
    font-size: 20px;
}

.milan-images .box img {
    height: 180px;
    width: 180px;
    object-fit: cover;
    border-radius: 20px;
}

.credit {
    letter-spacing: 1px;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    margin: 2rem 0rem 4rem 0rem;
}
