* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

img {
    max-height: auto;
    max-width: 100%;
}

ul {
    list-style: none
}

a {
    list-style: none;
    text-decoration: none;
}

h1 {
    display: flex;
    justify-content: center;
    margin-top: 8vh;
    margin-bottom: 15vh;
    color: #ee3d3c;
}


/** menu **/

nav {
     display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
     list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav ul li{
    
    width: 6.33em;
    height: 6.33em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     flex-grow: 1;
    padding: 1.3em;
}

nav ul li a {
    color: white;
    font-size: 12px;
    text-align: center;
    
}
nav ul li img{
    max-height: 60%;
    max-width: auto;
    margin-bottom: .5em;
}

.item1 {
    background-color: #ff7f16;
}

.item2 {
    background-color:#6b23a0;
}

.item3 {
    background-color: #ee3d3c;
}
