html {
    background-color: black;
}

p, h1 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

h1 {
    color: white;
    font-size: 60px;
}

a[class="Link Element"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

p[class="Link Text"] {
    background-color: transparent;
    color: red;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    padding-left: 30px;
}

img[class="Link Image"] {
    max-width: 50px;
    vertical-align: middle;
    float: right;
}

a[class="Back"] {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 40px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
