body {
    background-color: skyblue;
    background-image: url(waterbg.jpg);
    background-size: 300px;
}

.centerbox {
    background-color: white;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    height: 400px;
    padding: 30px;
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    box-shadow: 5px 5px 15px darkblue;
    font-family: monospace;

}

.logo {
    position: fixed;
    transform: rotate(-10deg);
    left: 300px;
    top: 80px;
    pointer-events: none;
    text-align: center;
        -webkit-animation-name: title;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
}


@keyframes title {
    0% { transform: scale(.9); }
    50% {transform: scale(1); }
    100% {transform: scale(.9); }
}

.tinyton {
    position: fixed;
    left: 950px;
    top: 300px;
        -webkit-animation-name: tinyton;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
}

@keyframes tinyton {
    0% { transform: rotate(5deg); }
    50% {transform: rotate(0deg); }
    100% {transform: rotate(5deg); }
}

.emptyspace {
    float: left;
    color: white;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    text-align: center;
    font-family: monospace;
    color: darkblue;
}

.mainbox {
    background-color: #ffffffab;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 30px;
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    box-shadow: 5px 5px 15px darkblue;
    font-family: monospace;}

.logo2 {
    position: absolute;
    transform: rotate(-10deg);
    left: 50px;
    top: -10px;
    pointer-events: none;
    text-align: center;
        -webkit-animation-name: title2;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
}


@keyframes title2 {
    0% { transform: scale(.9); }
    50% {transform: scale(1); }
    100% {transform: scale(.9); }
}

.button {
    float: right;
}

.line {
    background-color: darkblue;
    color: darkblue;
}

.insidebox {
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    padding: 10px;
    font-family: monospace;
}

.round {
    border-radius: 25px;
    padding: 5px;
}

.round:hover {
  -webkit-transition: all 1s ease;
  transform: scale(1.2);
}

.bold {
    font-weight: bold;
    float: left;
    color: darkblue;
    padding-right: 10px;
}

.lefthalfbox {
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    padding: 10px;
    font-family: monospace;
    width: 49%;
    float: left;
}

h1 {
    margin: 0;
    color: darkblue;
}

h3 {
    margin: 0;
    color: darkblue;
}

.quote {
    text-indent: 4em;
    font-size: 20px;
    color: darkblue;
}

.righthalfbox {
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    margin-left: 10px;
}

.summerfrisbee {
    position: absolute;
    left: 1200px;
    top: 100px;
        -webkit-animation-name: summerfrisbee;
        -webkit-animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
}

@keyframes summerfrisbee {
    0% { transform: rotate(5deg); }
    50% {transform: rotate(0deg); }
    100% {transform: rotate(5deg); }
}

.fullimage {
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
}

.smallbox {
    height: 100%;
}

.tables {
    border-color: darkblue;
    border-width: 15px;
    border-style: solid;
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

.scroll {
    overflow-y: scroll;
    max-height: 200px;
}

a:visited {
    color: lightblue;
}

hr.solid {
    border-top: 10px solid lightblue;
    border-radius: 5px;
}

.costumes {
    overflow-y: scroll;
    display: inline-block;
    height: 200px
}

.collection {
    filter: grayscale(1);
}

.collection:hover {
  -webkit-transition: all 1s ease;
  transform: scale(1.2);
    filter: grayscale(0);
}

.images {
    text-align: center;
}

.owned:hover {
  -webkit-transition: all 1s ease;
  transform: scale(1.2);
}