body {
    color: #fff;
    background: #0b0c0c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main {
    margin: 1rem;
    line-height: 1.42857143;
    font-size: 14px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #b9b9b9;
    text-decoration: underline;
}

.boxy {
    background: rgba(85, 66, 173, 0.37);
    padding: 0.5rem;
    border-radius: 15px;
}

ul {
    list-style: none;
    padding: 0;
    border-radius: 5px;
}

li {
    padding-left: 1rem;
}

i {
    padding: 1rem;
}

#nothing {
    padding: 1rem;
    padding-left: 0;
}

#todayDiv {
    background: rgba(58, 43, 128, 0.534);
    border-radius: 15px;
    font-size: 20px;
}

#tomorrowDiv {
    background: rgba(58, 43, 128, 0.534);
    border-radius: 15px;
    font-size: 20px;
}

#weekDiv {
    font-size: 14px;
}

#laterDiv {
    font-size: 14px;
}

#error {
    background-color: rgba(212, 31, 31, 0.473);
    border-radius: 15px;
    font-size: 15px;
}

#errorStill {
    background-color: rgba(212, 31, 31, 0.473);
    border-radius: 15px;
    font-size: 15px;
}

.errorText {
    color: #fff;
    font-size: 20px;
    padding: 1rem;
}

#bottom {
    font-size: 14px;
    color: #fff;
    background-color: rgba(58, 43, 128, 0.534);
    box-sizing: border-box;
    padding: 1rem;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}

.pp {
    padding-left: 1rem;
    bottom: 17px;
}

.tos {
    padding-left: 1rem;
    bottom: 17px;
}

@media screen and (max-width: 700px) {
    .tos {
        visibility: hidden;
    }

    .pp {
        visibility: hidden;
    }
}

.credits {
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translate(-50%, 0);
}

.copyright {
    position: fixed;
    right: 2%;
    bottom: 17px;
}

#privacy-policy {
    position: fixed;
    left: 2%;
}

#terms-of-use {
    position: fixed;
    left: 5%;
}

.back {
    color: rgb(114, 114, 252);
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}