* {
    padding: 0;
    margin: 0;
}

.trade-winds-regular {
    font-family: "Trade Winds", system-ui;
    font-weight: 400;
    font-style: normal;
}

body {
    background-image: url('../images/Background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Trade Winds", system-ui;
    text-align: center !important;
}

.game-logo {
    margin-top: 5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

.steam-widget {
    padding-top: 5rem;
    margin: auto;
}

.company-logo {
    margin-top: 5rem;
}