.top {
    background: var(--white-gradient);
    border: 1px solid #ababab;
    box-shadow: var(--white-inset);
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.memberlogin {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-right: 10px;
}
textarea {
    text-align: center;
    height: 15px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    resize: none;
}
.memberlogin button {
    font-weight: bold;
    color: white;
    width: 100px;
    height: 30px;
    margin: auto;
    border: 1px solid black;
    background: #485d78;
}

.vid {
    background: url(https://roring.neocities.org/OIP-1111378647.jpg);
    width: 400px;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content:center;
    border: 1px solid;
}
#sunflower {
    width: 350px;
    position:relative;
    right: 40px;
}
#quote-display{
    background: 
    linear-gradient(#0000b2 0 0) padding-box, /*this is your grey background*/
    linear-gradient(#7ad3fd, #0171ff) border-box;
    width: 150px;
    height: fit-content;
    padding: 10px;
    position: relative;
    left: 55px;
    bottom: 30px;
    border: 5px solid transparent;
    color: white;
    border-radius: 10px;
}

.ad {
    width: 290px;
    position: relative;
}

.left {
    height: fit-content;
    display: flex;
    flex-direction: row;
    background: var(--white-gradient);
    box-shadow: var(--white-inset);
    width: 59%;
    padding: 10px;
    margin: 0px 20px 0px 0px;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ababab;
}

.newestmember {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 2px solid #bccce5;
    width: 100%;
    padding: 10px 0px 10px 5px;
}

#featured {
    height: fit-content;
    background-color: white;
    border: 2px solid #bccce5;
    text-align: center;
    width: 450px;
    padding: 5px;
    position: relative;
    bottom: -15px;    
}
#featuredInfo button {
    background: linear-gradient(180deg,rgba(204, 213, 222, 1) 0%, rgba(108, 137, 167, 1) 49%, rgba(55, 79, 105, 1) 50%, rgba(67, 91, 115, 1) 100%);;
    margin: 5px 5px 0px 5px;
    width: 125px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #8194b2;
    border-radius: 5px;
    color: white;
}

.right {
    width: 315px;
}

.boxes {
    border: 1px solid #a9a9aa;
    margin-bottom: 15px;
    padding: 5px;
    background: var(--white-gradient);
    box-shadow: var(--white-inset);
}
#boxtitle {
    padding: 3px 10px;
    background: var(--black-gradient);
    box-shadow: var(--black-inset);
    margin: 0;
    border-top-left-radius: 5px;
    color: white;
    clip-path: polygon(300px 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}
#boxtext {
    margin: 5px;
}

#chattable {
    position:relative;
    right: 5px;
    bottom: 5px;
}