@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&family=UnifrakturMaguntia&display=swap');

body {
    font-family: ms gothic, monospace;
    font-size: 12px;
    background-image: url ();
    background-color: black;
    color:floralwhite;
    text-align: center;
}

.landing img {
    width: auto;
    display: inline-block;
}

.header {
    margin: auto;
}

.header img {
    margin: auto;
    width: 600px;
}

h1 {
    margin-top: 100px;
    font-family:'UnifrakturMaguntia';
    font-size: 30px;
    color:#680000;
}