header {
    background-color: #DFB887;
    height: 35px;
    width: 100%;
    opacity: .9;
    margin-bottom: 10px;
}

body {
    background-color: black;
}

div.Coloum {
    align-content: center;
    margin: auto 3%;
    display: flex;
    justify-content: center;
}

div.TextGroup {
    margin: 5% auto;
    margin-top: 0%;
    text-align: center;
}

h1 {
    color: white;
    text-align: center;
    margin: 5px;
    font-size: 25px;
}

a {
    color: white;
    text-align: center;
    margin: 5px;
    font-size: 25px;
    text-decoration: none;
}

img {
    width: 400px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 15px;
    }
    a {
        font-size: 15px;
    }
    img {
        width: 250px;
    }
}

@media only screen and (max-width: 350px) {
    h1 {
        font-size: 7px;
    }
    a {
        font-size: 7px;
    }
    img {
        width: 150px;
    }
}