#phone-landscape {
    display: none;
}

#logo {
    font-family: poppins300;
    font-size: 30px;
}

#menu-headings {
    color: green;
    font-size: 20px;
}

body {
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    height: 100vh;
}


