html,
body {
    margin: 0px;
    height: 100%;
    width: 100%;
}

html,
.main {
    scrollbar-color: white #14020B;
    scrollbar-width: thin;
}

.misc a {
    display: block;
    color: rgb(243, 172, 18);
}

.misc h3 {
    margin: 0px;
    padding: 5px;

    border-bottom: 3px ridge #730a31;
    background-color: rgb(243, 172, 18);
    color: #730a31;

}

form p {
    display: inline-block;
    font-size: 16px;
}

form a {
    color: white;
}

.misc {
    font-size: 13px;
    position: absolute;
    right: 270px;
    top: 200px;
    border: 3px ridge #50051c;
    width: 225px;
    background-color: #49011d;
    overflow-y: scroll;
    /*subject to change*/
    height: 170px;

    scrollbar-color: orange #730a31;
}

.autoplay {
    display: none;
}

p {
    margin: 0px;
    line-height: 0.8;
    font-size: 13px;
}

.sidebar marquee {
    font-size: 13px;
    margin: 5px 0px;
    color: rgb(7, 211, 7);
}

body {
    background-color: #2B0418;
    color: white;
}

.container {
    position: absolute;
    left: 266px;
    width: 450px;
    height: 620px;
    border: 3px solid white;
}


.container {
    display: inline-block;
    /* subject to change */

}

.trinkets {
    display: inline-flex;
    height: 599px;
    /*change later*/
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
}

.submit_wrap {
    margin: 5px;
    text-align: center;
}

.logo,
.content,
nav {
    width: 100%;
}

.logo,
.sidebar {
    background-color: #14020B;

}

.neckpoll {
    color: white;
    background-color: rgb(63, 9, 34);
    /*different shade*/
    border: 1px solid white;
    width: fit-content;
    padding: 2px;
}

.logo {
    height: 16%;
    border-bottom: 3px solid white;
}

nav {
    height: 3%;
    border-bottom: 3px solid white;
    background-color: #2B0223;
    line-height: 0px;
}

.content {
    height: 81%;
    display: flex;
}

.sidebar,
.main {
    height: 100%;

}

.sidebar {
    width: 36%;
    border-right: 3px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3px;

}

.wrapper {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;

}

.top {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid white;
    margin-bottom: 5px;
}

.stars {
    margin: 10px;
    text-align: center;
}

.main {
    width: 64%;
    background-color: #2B0416;
    position: relative;
    overflow-y: scroll;
    font-family: MS UI Gothic;
    font-size: 6px;
    color: rgb(243, 9, 145);
    padding: 4px;
}

.main p {
    font-size: 12px;
}

.main marquee {
    margin-top: 5px;
}

.main>p:first-of-type,
.newjersey {
    display: inline-block;
}

.newjersey {
    float: left;
}



.quiz {

    border: 1px solid white;
    float: right;

    width: 83%;
    height: fit-content;
    box-sizing: border-box;
    padding: 10px;
    background-color: #4a0726c7;

}

.quizzes {
    border: 3px ridge #460425;
    background-color: rgb(238, 168, 37);
    width: 170px;
    display: block;

}

.quiz img {
    border: 1px solid white;
    float: left;
    margin: 6px;
    margin-top: 2px;
}

.picfloatleft {
    float: left;
}

.sidebar>.top>img:first-of-type {
    margin: 5px 0px 1px 0px;

}

.widget a {
    font-size: 13px;
    color: rgb(255, 153, 0);
}

.widget {
    margin: 3px 0px;
}

.online {

    margin: 0px;
}

.mood {

    margin: 0px;
}

.online,
.mood {
    border: 1px solid rgb(248, 1, 75);
}

.sidebar>div>p {
    margin: 0px 0px 4px 0px;
    text-align: left;
    background-color: #2B0416;
    border: 2px ridge black;
    padding: 2px;
}

.display {
    box-sizing: border-box;
    border: 1px solid white;
    margin: 4px 0px 15px;
}

.links a {
    font-size: 13px;
    color: purple;
    display: block;
    margin-left: 3px;
}

.links {
    width: 100%;
}

.label {
    margin-bottom: 0px;
}

.logo,
.content,
.sidebar,
.main,
nav {
    box-sizing: border-box;
}

.topimg {
    position: absolute;
    top: 0px;
    right: 0px;
    /*subject to change*/
    width: 330px;
}

.botimg {
    position: absolute;
    bottom: 0px;
    left: 630px;
    /*subject to change - make a larger container*/
    height: 350px;
}

.end {
    margin-top: 10px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    font-family: MS UI Gothic;
    font-size: 13px;
    background-color: #4A0726;
    width: 1355px;
}

nav a {
    color: white;
    font-family: MS UI Gothic;
    font-size: 13px;
    margin: 0px;
    text-decoration: none;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a:after {
    content: "\25CF";
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

nav a:hover {
    text-decoration: underline;
}

nav a:last-child:after {
    content: "";
    padding: 0px;
}

.everything {
    width: 1355px;
    height: 626px;
    position: relative;

}