@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: linear-gradient(to top right, #350, #053);
    background-size: cover;
    text-shadow: 0 0 10px #000;
}

.row {
    height: 100vh;
}

button {
    font-size: 20px;
    width: 8em;
    height: 3em;
    color: #fff;
    background-color: #111;
    border: solid 3px #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

.downloadButton {
    text-decoration: none;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    background-color: #111;
    border: solid 3px #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

button:hover, .downloadButton:hover {
    background-color: #252525;
    transform: scale(1.2);
    transition: 0.2s ease;
}

button:active, .downloadButton:active {
    transform: scale(1.0);
    transition: 0.2s ease;
}

.hibaUzenet {
    margin-top: 30px;
    color: #f00;
}

.sikerUzenet {
    margin-top: 30px;
    color: #0f0;
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 40px;
}

@media screen and (max-width: 1300px) {
    h2 {
      font-size: 32px;
    }
}

@media screen and (max-width: 1035px) {
    h2 {
      font-size: 27px;
    }
}