@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url("../img/wallpaper.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #7fb471;
}


/* Main layout styles */
.bmo {
    height: 956px; /* 355% increase from original 210px container height */
    width: 540px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 79px;
    display: block;
}

.awesome {
    padding-left: 220px;
}

.awesome a:hover {
    color: #cef7de;
}

.awesome a:active {
    color: #90d4ab;
}

/* Mobile media query for 255% height increase */
@media (max-width: 768px) {
    .bmo {
        height: 746px; /* 255% increase from original 210px container height */
        width: 90%;
        max-width: 540px;
    }
}
html, body {
    overflow-x: hidden;
}
