﻿body {
    font-family: Arial, sans-serif;
    background-color: #232323;
    margin: 0;
    padding: 0;
}

h1 {
    color: #d3d3d3;
    text-align: center;
    margin-top: 50px;
}

h5 {
    color: #aaaaaa;
    text-align: center;
}

p {
    text-align: center;
    color: #aaaaaa;
}

body {
    margin: 0;
    padding: 0;
}

.logo {
    position: absolute; /* Allows you to position the logo anywhere */
    top: 50px; /* Distance from the top of the page */
    left: 50px; /* Distance from the left side of the page */
    width: 25px; /* Adjust the size of the logo */
    height: 25px; /* Maintain aspect ratio */
    z-index: 1000; /* Ensures the logo appears on top of other elements */
    transform: scale(.25);
}