body {
    font-family: 'Fira Code', monospace;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: 'Italiana', sans-serif;
    margin: 0;
}

p {
    margin: 0;
}

section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.bgr {
    background-image: url('main.jpg');
    background-size: cover;
    background-position: center;
}

.bgr::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
}

.bgr {
    background-image: url('main.jpg');
    background-size: cover;
    background-position: center;
}

#clinks {
    display: none;
}

@media (min-width: 992px)
{
    .width-lg-50 {
        width: 50%!important;
    }
}