body {
    box-sizing: border-box;
    font-size: 15px;
    /*background-color: #4fbcff;*/
    background-color: #fff;
    /*background-color: #242424;*/
}

p {
    font-family: 'Lora', serif;
    font-size: 1em;
    line-height: 1.25em;
    padding: 1em 0;
}

a {
    color: #0099FF;
    font-size: .9em;
    font-style: italic;
    text-decoration: none;
}

a:hover {
    opacity: .6;
    color: #0099FF;
    cursor: pointer;
}

.bigText {
padding: 0;
    font-size: 2.5em;
}

#wrap {

    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text {
    color: #000;
    /*color: #FFFFFF;*/
    width: 70%;
    padding: 2em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#svg {

    position: fixed;
    top: 0;
    left: 0;
}

#button {
    z-index: 10;
    width: 75px;
    padding: .5em 0;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

#button:hover {
text-decoration: none;
}