body {
    font-size: 16px;
    color:#888888; 
    font-family: arial; 
    text-align: center;
    background-color: #101c36;
    margin: 0;
}

a {
    color: #888888;
    transition: .3s cubic-bezier(.4,0,.2,1);
}

a:hover {
    color: #cccccc;
}

a:active {
    color: #eeeeee;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.spacing {
    max-width: 1500px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

#buy {
    font-size: 14px;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 20px;
}

#back {
    background-image: url(../img/arrows.png);
    background-position: center top;
    background-size: 1500px 600px;
    background-repeat: no-repeat;
}

#related {
    font-size: 11px;
    color: #cccccc;
    text-align: left;
    max-width: 490px;
    margin: 0 auto 10px auto;
}

.box {
    text-align: left;
    max-width: 450px;
    padding: 50px 20px;
    border: 5px solid #ffffff;
    border-radius: 25px;
    background-color: #11264d;
    margin: 0 auto 20px auto;
}

.box:hover {
    background-color: #242b42;
    transition: .3s cubic-bezier(.4,0,.2,1);
}

.links a {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

.links a:active {
    text-decoration: underline;
}

.box img {
    float: right;
}

#copy {
    font-size: 14px;
    padding-top: 40px;
}
