@import url(vars.css);
@import url(fonts.css);

html,
main,
body {
    background-color: var(--bkg-clr);
    cursor: url('/assets/cursors/normal/rose.cur'), url('/assets/cursors/normal/rose.png'), url('/assets/cursors/normal/rose.ico'), default  !important;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

hr {
    width: 40%;
    margin: 1rem;
}

.clouds {
    position: absolute;
    top: -10rem;
    width: 100%;
    pointer-events: none;
}

.cornerling {
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 25vh;
}