﻿body{
    background-color: #f23c3c;
    font-family: "Courier New" , serif;
    font-weight: bold;
    font-size: 19px;
}

#main-div{
    margin-top:15%; 
    text-align: center; 
    font-family: cursive;
}

#logo-img{
    width: 512px;
    height: 512px;
    margin-top: -100px;
}

.small-text{
    font-size: 17px;
}

/* Scale text for smaller screens */
@media (max-width: 1000px) {
    body {
        font-size: 41px;
    }
    .small-text{
        font-size: 31px;
    }
}