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

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

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

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

a{
    color: white;
    text-decoration: underline;
}

#footer
{
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    /*background-color: red;*/
    color: white;
    text-align: center;


    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}