﻿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;
}

.left-column{
    width:50%;
    box-sizing: border-box;
    float: left;
 
}

right-column{
    width:40%;
    float: right;
    box-sizing: border-box;
    position: center;
}


.topnav {
    font-size: 24px;
    color: rgb(79, 20, 3);
    text-decoration: none;
}

    .topnav a {
        margin-left: 204px;
    }


.cbox {
    border: double;
    border-color: rgb(79, 20, 3);
}

.sotwvid {
    position: absolute;
    transform: translate(-720px,200px);
}

.sotwlogo {
    position: absolute;
    transform: translate(-720px,135px);
}

.sotw {
    position: absolute;
    transform: translate(-720px,160px);
}

.snosa {
    position: absolute;
    transform: translate(-780px,600px);
    pointer-events: none
}

.vine{
    position:absolute;
    transform: translate(200px,-70px);
    z-index: -1;
}

.sand {
    position: absolute;
    transform: translate(-580px,250px);
    pointer-events:none
}


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)
}
