html{
    background: linear-gradient(to right, #111318, #152757);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.IMPORTANT{
    color: red;
}
.madimi{
    font-family: "Madimi One";
}
.outline{
    border-style: outset;
    border-width: 5px;
    border-color: aquamarine;
    border-radius: 7px;
    padding: 7px;
}
.box{
    border-style: outset;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    border-radius: 7px;
    padding: 7px;
    background: linear-gradient(to right, #111318, #152757);
}
a{
    color: #88ddff;
    transition: color 0.1s ease;
}
a:hover{
    color: #2e5ad4;
}
a:active{
    color: #5175d8;
}
.a{
    color: #88ddff;
    transition: color 0.1s ease;
}
.a:hover{
    color: #baccff;
}
.a:active{
    color: #5175d8;
}
input::placeholder{
    color: rgb(0, 0, 0);
}
.right{
    transform: translateX(100%);
    margin-right: 5%;
}
.middle{
    margin: 0 auto;
}
.mm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradient{
    background: linear-gradient(to right, #111318, #152757);
}
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w65p{
    width: 65px;
}
.h20p{
    height: 20px;
}
.h30p{
    height: 30px;
}
.h300p{
    height: 300px;
}
.bw3{
    border: 3px solid white;
}
.bw2{
    border: 2px solid white;
}
.bb2{
    border: 2px solid black;
}
.br10{
    border-radius: 10px;
}
.l{
    height: 4px;
    width: 100%;
    background-color: white;
}
.fs20p{
    font-size: 20px;
}
.wh100p{
    width: 100px;
    height: 100px;
}
.wh40p{
    width: 40px;
    height: 40px;
}
.inv{
    opacity: 0%;
}
.o50{
    opacity: 50%;
}
.round{
    border-radius: 50%;
}
.round >*{
    border-radius: 50%;
}
.abs{
    position: absolute;
}
.arrows::before, .arrows::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../stock/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
}
.bb{
    background-color: black;
}