a:link, a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.title {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
    text-align: center;
    text-shadow: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: inherit;
}

.bod {
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    margin: 8px;
}

.but {
    position:absolute;
    margin-left:-50px;
    left:50%;
    bottom:0;
    float:right!important
}

/*
.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.top-left {
    position:relative;
    float:left;
}

.top-right {
    position:relative;
    float:right;
    right:150px;
}*/
