body {
    margin: 0;
    background-color: #0b1320ff;

    height: 100vh;
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}

.section {
    padding: 20px;
}

nav {
    display: flex;
    justify-content: space-between;
}

nav img {
    height: 30px;
}

#center {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#center img, #center a {
    margin: auto;
    width: 400px;
    max-width: 80%;
}

#center a {
    background-color: #fff;
    color: #0b1320ff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    border-radius: 80px;
    font-family: 'LeagueSpartan';
}

.footer-section {
    color: #fff;
}

#phone, #email {
    font-family: 'LeagueSpartan';
}

#phone {
    font-style: italic;
}