body {
    background-color: #ffe3db
}

.alignment {
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1200px
}

.logo {
    margin: auto;
}

.main {
    margin: auto;
    margin-top: 10px;
    width: 750px;
    border-style: double;
    border-width: 5px;
    border-color: rgb(79, 20, 3);
    font-size: 20px;
    color: rgb(79, 20, 3);
    padding: 8px;
}

.topnav {
    font-size: 24px;
    color: rgb(79, 20, 3);
    text-decoration: none;
}

    .topnav a {
        margin-left: 204px;
    }


.vine {
    position: absolute;
    transform: translate(200px,-70px);
    z-index: -1;
}

a:visited {
    color: rgb(79, 20, 3)
}

.a {
    color: rgb(79, 20, 3)
}

a:active {
    color: rgb(79, 20, 3)
}

a:link {
    color: rgb(79, 20, 3)
}
