body {
    background-image: url("/res/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: white;
}

.main-block {
    background-color: #000000C0;
    margin-bottom: 50px;
}

.huge-text {
    font-size: 120pt;
    font-weight: bold;
}

.big-text {
    font-size: 50pt;
    font-weight: bold;
}

.logo {
    height: 500px;
}

.secondary-block {
    padding-left: 10%;
    padding-right: 10%;
}

.link-noline {
    text-decoration: none;
}

.download_btn {
    padding: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}