body {
    box-sizing: border-box;
    background-color: black;
    color: gainsboro;
}

align {
    margin: 0;
}

bigbox {
    width: 980px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    border-color: gainsboro;
    border-style: double;
    background-color: black;
    display: block;
    border-radius: 15px;
    border-width: 4px;
}

.gay {
    border-style: solid;
    border-color: gainsboro;
    margin: 4px 5px 0px 5px;
    padding: 1px;
    border-radius: 10px 10px 0px 0px;
    border-width: 2px;
    box-sizing: border-box;
    flex-direction: column;
    display: block;
    background: url(images/banner.png);
}

font {
    text-shadow: 1px 2px blueviolet;
    font-weight: bolder;
}

img {
    margin: auto;
    display: block;
}

.navbar {
    border-style: solid;
    border-color: gainsboro;
    border-width: 2px;
    margin: -2px 5px 0px 5px;
    letter-spacing: 0px;
    padding-bottom: 4px;
}

navlinks {
    margin-left: -5px;
    margin-right: -4px;
    
}

a:link {
    color: gainsboro;
    text-decoration: none;
}
a:visited {
    color: gainsboro;
    text-decoration: none;
}

a:hover {
    color: white;
}

.maincontent {
    width: 965px;
    height: 400px;
    color: gainsboro;
}

.wip {
    height: 20px;
    background: url(images/stripes.gif);
    background-size: 100%;
    border-color: gainsboro;
}

smallbox {
    display: flex;
}

.leftrow {
    width: 140px;
    height: 390px;
    text-align: center;
}

.leftrow-under {
    width: 136px;
    height: 190px;
    border-style: solid;
    border-color: gainsboro;
    border-width: 2px;
    border-radius: 0px 0px 0px 10px;
}

.warn {
    border-width: 2px;
    border-color: gainsboro;
    border-style: solid;
}

.intro {
width: 500px;
height: 393px;
border-style: solid;
border-color: gainsboro;
border-width: 2px;
background: url(images/eye.png);
}

.title {
    text-shadow: 1px 2px blueviolet;
    font-weight: 1000;
    font-size: xx-large;
    text-align: center;
    margin-top: 10px;
    border: 1px 1px 1px 1px;
}

.link {
width: 126px;
height: 46px;
resize: none;
}

.rightrow {
width: 300px;
height: 393px;
}

.contact {
border-style: solid;
border-color: gainsboro;
border-width: 2px;
width: 312px;
height: 180px;
text-align: center;
}

.buttons-box{
text-align: center;
border-style: solid;
border-color: gainsboro;
border-width: 2px;
width: 312px;
height: 205px;
margin-top: 5px;
border-radius: 0px 0px 10px 0px;
}

.buttons{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 3px;
}

.buttons img{
margin: 0px;
}