body {
    font-family: Arial;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.618em;
    background: #2b0359;
    background-size: cover;
    text-align: center;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.618em;
}

section {
    max-width: 800px;
    margin: 8% auto 1em auto;
    background-color: #171717;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #fff;
    padding: 1em 5%;
}

a {
    color: #ffd200;
}

a:focus {
    outline: none;
    outline-offset: inherit;
}

#goster2 {
    background-color: #0e0e0e;
    padding: 5px;
    font-size: 1em;
    font-weight: normal;
    border-radius: 5px;
    color: #7b7b7b;
    border: 1px solid #2b0359;
}

@media (max-device-width: 1027px) {
    body {
        text-align: center;
        font-size: larger;
    }
    section {
        max-width: 90%;
    }
}

@media (max-device-width: 640px) {
    section {
        max-width: 97%;
        margin-top: 20%;
    }
    h3 {
        font-size: 1em;
    }
    h2 {
        font-size: 1.6em;
    }
}
