* {
    box-sizing: border-box;
}

body {
    background-color: #8EC5FC;
    padding: auto;
}

#banner {
    background-color: #222111;
    border-radius: 10%;
    padding: 0.5rem;
}

h1 {
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

h1 a {
    font-size: 6rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #065535;
}

#primary {
    background-color: aliceblue;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10%;
}

#bloch {
    text-align: center;
    margin: 2rem;
}

#download {
    border: 1px solid black;
    border-radius: 12%;
    background-color: #008080;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12rem;
    height: 12rem;
    margin-top: 3rem;
}

#download p {
    color: #faebd7;
    margin: 0.75rem;
    font-size: 24px;
}

#download-icon {
    right: 2rem;
}

.tagline {
    font-size: 32px;
}

.description {
    font-size: 16px;
    font-family: sans-serif;
    text-align: start;
}

.contact-link {
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}

nav ul {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}

p {
    margin: 3rem;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: #111111;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #008080;
    font-size: 1.6rem;
    font-family: 'Courier New', Courier, monospace;
}