body { 
    background-color: #101472;
    background-image: url('./media/Octunia_gradient_bg3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;

}

h1 {
    color: #efebdc;
    text-align: center;
}

/* centered logo image */
.logo {
    width: 100px;
    height: 100px;
    background-color: #efebdc;
    display: flex;
    justify-content: center;
    align-items: center;
    object-position: center;
}

.logo-img {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    
}

p {
    color: #efebdc;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: Courier New, sans-serif;
    font-variant: normal;
    font-stretch: condensed;
    font-kerning: normal;
}