body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  height: 100vh;
  background-image: url("../img/possiblebanner.jpg"), radial-gradient(circle at top right, rgba(121, 68, 154, 0.3), transparent),
    radial-gradient(circle at 20% 80%, rgba(41, 196, 255, 0.3), transparent);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
canvas {
  width: 100%;
  height: 100%;
}

.site-banner{
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-nav-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.site-nav-inner a{
    padding: 0 0.5rem;
    font-size: 2rem;
    text-decoration: none;
    color: #66001e;
}

.site-nav-inner a:hover{
    color: #218380;
}

.epk-link{
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    text-decoration: none;
    background-color: #66001e;
    color: white;
    border-radius: 10px;
}

.epk-link:hover{
    color: white;
    background-color: #218380;
}

.site-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.site-banner img{
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .site-banner{
    width: 50%;
}
}

@media only screen and (max-width: 728px) {
  .site-banner{
    width: 80%;
}
}
