body {
    font-family: 'Comfortaa', sans-serif;
    margin: 0;
    min-height: 95vh;
    background-color: rgb(193, 210, 255);
    padding-bottom: 5rem;
}
a { 
    color: inherit;
    padding: .2rem;
    border: solid;
    text-decoration: none;
    border-radius: 10%;
}
.title {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
}
.jamContainer {
    text-align: center;
}
.jamContainer svg {
    height: 300px;
    width: auto;
}
.jamContainer svg rect,path {
    opacity: 0;
    fill: none;
    stroke: black;
    stroke-miterlimit:10;
    stroke-width:1.91px;
}

.ml5 {
    padding: 1em 0;
    text-align: center;
    position: relative;
    font-weight: 300;
    font-size: 6em;
}

.ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    line-height: 1em;
}

.ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: .5rem;
    background-color: black;
    transform-origin: 0.5 0;
}

.ml5 .letters {
    display: inline-block;
    opacity: 0;
}

img {
    width: 50%;
    border-radius: 2.5rem;
}

@media only screen and (max-device-width: 768px) {
    img {
      width: 100%;
    }
  }

.about {
    opacity: 0;
    text-align: center;
    font-size: xx-large;
    margin: auto;
    padding-top: 3rem;
    max-width: 900px;
}

.splash {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20%;
    background-color: black;
    opacity: 0;
}

.splashY {
    width: .3rem;
    height: 6rem;
}

.splashX {
    height: .3rem;
    width: 6rem;
}