* {
    font-family: "Tahoma";
    color: white;
}

body {
    background-color:#202020;
}

.mainlogo {
    margin: 50px auto 0;
    width: 600px;
    max-width: 100%;
}

.mainlogo img {
    max-width: 100%;
}

.privacylogo {
    margin: 10px auto 0;
    width: 100px;
    max-width: 100%;
}

.privacylogo img {
    max-width: 100%;
}

.navbar {
    margin: 50px auto 0;
    width: 1000px;
    max-width: 100%;
}

h1 {
    text-align: center;
    margin: 30px auto 0;
}

h2 {
    text-align: center;
    margin: 30px auto 0;
}

h3 {
    text-align: center;
    margin: 50px auto 0;
}

p {
    text-align: center;
}

address {
    text-align: center;
}

.footerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.singleCol {
    max-width: 250px;
    margin: 20 auto;
}

.img-with-text {
    text-align: center;
    width: 100%; /* Set the width to match your desired text width */
}
.img-with-text img {
    display: center;
    margin: 0 auto; /* Center the images horizontally*/
}

.image {
    text-align: center;
    display: inline-block;
    width: 10%; /* Adjust the width as needed */
    margin: 10px; /* Add some spacing between images */
}

/*.row::after {
    content: "";
    clear: both;
    display: table;
}*/
