@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
body {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    color: #22285E;
    top: 0px !important;
    position: relative;
    background: #fff;
    height: 100vh;
}

body.hidden-body {
    overflow-y: hidden;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    max-width: 1170px;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

:root {
    --main-color: #1D559F;
    --main-color-hover: #2886cf;
}

a {
    text-decoration: none;
    color: #22285E;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
}

img {
    max-width: 100%;
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
}

.top10{
    margin-top: 10px;
}

.random{
    text-align: center;
    width: 600px;
    margin: 0px auto;
    position: relative;
}

@media(max-width: 767px){
    .random{
        width: 100%;
    }
}

.random > div{

}

.random img{
    width: 100%;
}

.table{
    position: absolute;
    width: 100%;
    height: 100%;
}
.table tr{
    
}
.table tr td{
    vertical-align: middle !important;
    align-items: center !important;
}

.random > div > div{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.random > div > div>span{
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient( 45deg, #d7b17c, #5e4421, #d7b17c, #d6ab6f, #7c83c0, #845717, #835109, #824d00) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 146px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 2;
    letter-spacing: 10px;
    top: 10px;
}

@media(max-width: 767px){
    .random > div > div>span{
        font-size: 100px;
    }
}