body {
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    background-color: black;
}
div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: black;
    background-color: white;
}
img {
    width: 64px;
    height: 64px;
}
.top_a {
    color: #01A8F9;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: medium;
}
.top_a:hover{
    border-style: solid;
    border-width: 3px;
}
a {
    font-size: 0.93rem;
}
h1 {
    font-size: larger;
}

#Services{
    flex-direction: row;        
    margin-top: 25px;
    justify-content: center;
    width: 450px;
}

#ContainerA{
    border-color: white;
    border-radius: 5px;
    background-color: black;
    margin-top: 150px;
    width: 300px;
    height: 500px;
    border-width: 5px;
    border-style: solid;
    color: #01A8F9;
    align-items: baseline;
    flex-direction: column;
}
#ContainerA_1{
    background-color: black;
}

#XD {
    background-color: black;
    gap: 15px;
}

#footer{
    text-align: center;
    color: white;
}

@media screen and (max-width: 1510px) {
    #XD {
        flex-direction: column;
        gap: 2px;
    }
}