* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a:visited, a:link, a:hover, a:active {
  color: #c80000
}

body {
    background-image: url("https://dreamcomplex.neocities.org/WBSFILES/woah.gif");
    background-repeat: repeat;
    color: white
}

.warning {
    margin: auto;
    width: 50%;
    height: 40%;
    padding: 10px;
    float: left;
    margin-left: 15%
}

.middleground {
    margin: auto;
    width: 80%;
    height: 100%;
    padding: 5px
}

.outerdecorleft {
    margin: auto;
    float: left;
    margin-left: 25%
}

.outerdecorright {
    margin: auto;
    float: right;
    margin-right: 25%
}

.yesbutton {
    margin: auto;
    float: left;
    margin-right: 10%
}

.nobutton {
    margin: auto;
    float: right;
    margin-left: 10%
}

.answercontainer {
    margin: auto;
    width: 50%;
    height: 40%;
    padding: 5px
}

.sillyborder {
    margin: auto;
    border-image-source: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif);
    border-image: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif) 30 round;
    border-image-slice: 30%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    background-image: url(https://dreamcomplex.neocities.org/WBSFILES/Something01Long.png)
}

.sillyborderlong {
    margin: auto;
    width: 75%;
    height: 35%;
    border-image-source: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif);
    border-image: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif) 30 round;
    border-image-slice: 30%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    position: absolute;
    left: 10%;  
    text-align: center; 
    background-image: url(https://dreamcomplex.neocities.org/WBSFILES/Something01Long.png)
}

.column {
     width: 25%;
    height: 35%;
    float:left;
    background-image: url(https://dreamcomplex.neocities.org/WBSFILES/Something01Long.png);
    border-image-source: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif);
    border-image: url(https://dreamcomplex.neocities.org/WBSFILES/border.gif) 30 round;
    border-image-slice: 30%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    margin-left: 5%;
    margin-bottom: 5%
}

.middlegro2nd {
    width: 80%;
    height: 100%;
    overflow: hidden;
    margin: auto
}

.clear {
 clear: both 
}

.middleground2 {
    margin: auto;
    width: 80%;
    height: 40%;
    padding: 5px
}