body {
    background-color: black;
}

h1 {
    color:rgb(255, 0, 0);
}

h3 {
    color:rgb(255, 231, 15);
}

@media screen and (min-width: 481px) {
    img {
        display: flex;
        width: 40%;
        height: 40%;
    }
}

@media screen and (max-width: 480px) {
    img {
        width: 100% !important;
        height: auto !important;
    }
}