* {
    margin: 0;
    padding: 0;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wildcard-help {
    width: 1820px;
    height: 780px;
    position: absolute;
    background-color: #286b94;
    top: 110px;
    left: 50px;
    opacity: 0.4;
}
.wildcard-help-szoveg {
    width: 800px;
    height: 800px;
    position: absolute;
    top: 115px;
    left: 60px;
}

.wildcard-text {
    color: white;
    word-spacing: 40px;
    font-size: 19px;
}

.main-page-link {
    padding: 20px 60px 20px 60px;
    position: absolute;
    border: 2px solid black;
    left: 50px;
    top: 25px;
    font-size: 20px;
    background-color: #286b94;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}

.main-page-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 20px;
}

.site {
    width: 1920px;
    height: 1080px;
    background-image: url("images/background.png");
    background-attachment: fixed;
    background-size: 1920px 1080px;
}

.wildcard-link {
    padding: 20px 60px 20px 60px;
    position: absolute;
    border: 2px solid black;
    left: 150px;
    top: 25px;
    font-size: 20px;
    background-color: #286b94;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
}

.wildcard-link:hover {
    transition: 0.5s;
    background-color: #cfc5a9;
    box-shadow: 6px 10px 10px 2px #474745;
    top: 20px;
}