html { 
    color-scheme: light dark;
}
body {
    background-color: black;
    width: 50em;
    margin: 0 auto;
    text-align: right;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.divtopImage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-shadow: 2px 2px 5px rgba(255, 0, 0, 1);
    font-size: xx-large;
    color: red;
}

.topImage {
    text-align: center;
    height: 300px;
}
