#img{
    border-radius: 5px;
}

#inspirational {
    width: 200px;
    border-radius: 10px;
    border: 2px solid darkgreen;
}

h1, nav{
    text-align: center;
}

html, body {
    height: 100%;
    margin: 0;
}

header {
    background-color: darkolivegreen;
    border-radius: 10px;
}

body::before {
    content: "";
    position: fixed;
    inset: -10px;
    background-image: url('image/watermelon.webp');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1;
}