strong{
    font-family: 'Courier New', Courier, monospace;
    color:black;
}

h1{
    color: rgb(253, 63, 63);
    background-color: rgb(17, 0, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-size: contain;
    text-align: center;
    border-radius: 10px;
}

body{
    background-image: url("3700565.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}