@import url('https://fonts.googleapis.com/css2?family=Inter&family=Irish+Grover&display=swap');

header {
    height: 100px;
    width: 100%;
    background-color: #498467;
    color: #F5F5F5;
    font-family: 'Irish Grover', cursive;
    font-size: 96px;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #459E75;
    color: #F5F5F5;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    text-align: center;
}

a {
    color: #F5F5F5;
    text-decoration: none;
}

.images {
    display: flex;
    justify-content: center;
    height: 500px;
    width: 100%;

}