body{
    background: linear-gradient(180deg, #0e0f15 0%, #000000 235%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:auto;
}

@font-face {
    font-family: "OPTIVagRound-Bold";
    src: url(OPTIVagRound-Bold.otf);
}

.button > div{
    border-radius: 15px;
    background-color: #1d1e29;
    font-family: 'OPTIVagRound-Bold';
    color: aliceblue;
    border: thick;
    border-color: #13131a;
    border-style:solid;
    border-width: 4px;
    box-shadow: #13131a 0px 6px, rgba(0, 0, 0, 0.1) 0px 15px 5px;
    padding: 15px;
    font-size: 19px;
    border-radius: 35px;
    width: 100%;
    text-align: center;
    transition: 100ms ease-out;
} 

.button_intc:hover{
    transform: translateY(4px);
    box-shadow: none;
}

.textbox{
    border-radius: 15px;
    background: linear-gradient(180deg, #1d1e29 5%, #000000 350%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: aliceblue;
    box-shadow: #0000002c 0px 8px;
    padding: 20px;
    text-align: center;
}

.flex{
    display: flex;
}

.flexcenter{
    justify-content: center;
    align-items: center;
}

.horzcenter{
    justify-content: center;
}

.vertcenter{
    align-items: center;
}

.vertscreencenter{
    height: 98vh;
}

.container{
    width: 400px;
}

.row{
    flex-direction: row;
}

.column{
    flex-direction: column;
}

.horzgap > div{
    margin-left: 10px;
    margin-right: 10px;
}

.horzgap > img{
    margin-left: 10px;
    margin-right: 10px;
}

.vertgap > div{
    margin-top: 10px;
    margin-bottom: 10px;
}

.vertgap > img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.unselectable{
    user-select: none;
}

.quote{
    font-size: 21px;
    font-family: 'OPTIVagRound-Bold';
}

.point_on_hover > img{
    cursor:pointer;
}

.point_on_hover > div{
    cursor:pointer;
}

.coolfont{
    font-family: 'OPTIVagRound-Bold';
}



.text_adjust{
    font-size: 1vw;
}