html, body {
    background-color: black;
    text-align: center;
    color: rgb(255, 111, 0);
    margin-top: 50px;
}

.orbitron {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal; 
    margin-top: 20px;
    font-size: 24px;
}

img {
    padding: 20px;
}
