@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');

main {
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Merriweather Sans', sans-serif;
}

#error-text {
    font-size: 22px;
    margin: 25px 0;
    text-transform: uppercase;
}

#error-link {
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
}

#error-link:hover, #error-link:active {
    color: #fff;
    background: #000;
}

#g6219 {
    transform-origin: 85px 4px;
}
