.navigation {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    background: linear-gradient(90deg, #ff6f61, #d6493a);
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-variant: small-caps;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}

.mainPhoto {
    height: 170px;
}

h2 {
    text-decoration: underline;
    font-family: 'Courier New', Courier, monospace;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 50px;
    height: 50px;
}

.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(90deg, #ff6f61, #d6493a);
}

body {
     background: linear-gradient(135deg, #6a0dad, #ff6f61);
     color: #f0e6f6;
     font-family: 'Poppins', sans-serif;
     margin: 0;
     padding: 20px;
}