
.splash {

    width: 820px;
    height: 500px;
    margin: auto;
}

.splashcontent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    color: #799ea5;
    font-size: 0.8rem;
    text-decoration: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: #799ea5;
    background: #c4d7e7;
}

::selection {
    color: #799ea5;
    background: #c4d7e7;
}

a {
    color: #799ea5;
    text-decoration: none;
}

/* selected link */
.splashcontent a:hover {
    color: #799ea5
}

.logo {
    margin: 0px
}

.credits {
    position: absolute;
    left: 25px;
    top: 890px;
}

.important{
  position: absolute;
  left: 25px;
  top:900px;
  
}