body {
    background: #001935;
    background: linear-gradient(180deg, rgba(0, 25, 53, 1) 0%, rgba(7, 74, 132, 1) 50%, rgba(17, 103, 175, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

.teddygrove-logo {
    width: 300px;
}

.tagline {
    color: gold;
    font-family: verdana;
    font-size: 36px;
    font-weight: 700;
}

.navigation {
    font-family: verdana;
    font-size: 14px;
}

.navigation a {
    color:white;
}

.navigation:hover a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

.fa-icon {
    color: white;
    font-size: 26px;
}

.fa-icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.center-box {
    background: white;
    padding: 10px 30px;
    width:60vh;
    border-radius: 8px;
    text-align: center;
}

.center-box a:visited {
    color: blue;
}