@import url('https://fonts.googleapis.com/css?family=Nunito');

body {
    font-family: 'Nunito', sans-serif;
    background: #0b121b;
}

iframe{
    pointer-events: none; /* Disable any user interaction at all */
}

.navbar-nav > .nav-item > a.nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #00ffba;
}

.navbar-nav > .nav-item > a.nav-link:hover {
    color: #088161;
}

.navbar-light .navbar-toggler-icon {
    color: #fff !important;
}

.download__link {
    display: block;
    width: 265px;
    height: 70px;
    margin-bottom: 10px;
    background-image: url('/images/link.png');
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.download__torrent {
    display: block;
    width: 265px;
    height: 70px;
    margin-bottom: 10px;
    background-image: url('/images/torrent.png');
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.download__yandex {
    display: block;
    width: 265px;
    height: 70px;
    margin-bottom: 10px;
    background-image: url('/images/yandex.png');
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}