body {
    background: #FAFAFA;
    font-family: "Athiti", sans-serif;
    font-weight: 400;
    line-height: 1;
    
    background-color: #FFF;
    background-image: linear-gradient(#E5E5E5 3px, transparent 3px), linear-gradient(90deg, #E5E5E5 3px, transparent 3px), linear-gradient(#E5E5E5 1.5px, transparent 1.5px), linear-gradient(90deg, #E5E5E5 1.5px, #FFF 1.5px);
    background-size: 150px 150px, 150px 150px, 15px 15px, 15px 15px;
    background-position: -3px -3px, -3px -3px, -1.5px -1.5px, -1.5px -1.5px;
}

p {
    margin: 0;
    margin-top: 3vmin;
}

#canvas {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#logo {
    margin: 0 auto;
    margin-top: 20vh;
    width: 30vmin;
}

#name {
    text-align: center;
    font-family: "Athiti", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4A4A4A;
    -webkit-text-stroke: 1px #222;
    font-size: 10vmin;
}

#copyright {
    position: absolute;
    bottom: 2vmin;
    right: 2vmin;
    font-size: 2vmin;
}

#content {
    text-align: center;
    font-size: 3vmin;
}

.button {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#4A4A4A, #252525);
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-size: 3vmin;
    height: 6vmin;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button:hover {
    box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
    opacity: .85;
}

.button:active {
    outline: 0;
}

.button:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
