@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";
@import url('fontawesome.min.css');
@import url('all.css');

:root {
    color-scheme: light only;
}

* {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

::selection {
    background-color: #B9D2F6;
    color: #0A0C15;
}

html {
    background-color: #0A0C15;
}

hr {
    height: 1px;
    opacity: .25;
}

side {
    width: 100vw;
    overflow: wrap;
    position: fixed;
    font-size: 200px;
    font-weight: 800;
    top: 10%;
    text-align: center;
    color: #0F1523;
    opacity: .5;
}

.container {
    max-width: 900px !important;
}

.title,
.subtitle {
    color: #F4F4F4;
}

.pretty {
    margin: 0;
    text-wrap: pretty;
    letter-spacing: .75px;
    background: linear-gradient(#8392A6, #4E6079);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.block {
    cursor: default;
    padding: 1rem;
    border-radius: 1rem;
}

.click {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #0F1523;
}

.click:hover {
    background-color: #1A2132;
}

.click .tag {
    margin-bottom: 2px;
}

.block:hover {
    background-color: #0F1523;
}

.block.problem:hover i.title {
    background: -webkit-linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #A9C9FF 0 0 20px;
}

.block.problem ::selection {
    background-color: #FFBBEC;
    color: #090909;
}

.block.game:hover i.title {
    background: -webkit-linear-gradient(45deg, #74EBD5 0%, #9FACE6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #74EBD5 0 0 20px;
}

.block.game ::selection {
    background-color: #74EBD5;
    color: #090909;
}

.block.photo:hover i.title {
    background: -webkit-linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #FBDA61 0 0 20px;
}

.block.photo ::selection {
    background-color: #FBDA61;
    color: #090909;
}

.block.travel:hover i.title {
    background: -webkit-linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #85FFBD 0 0 20px;
}

.block.travel ::selection {
    background-color: #85FFBD;
    color: #090909;
}

.link {
    position: absolute;
    top: 10px;
    right: 12px;

}
