@charset "utf-8";

body {
    font-family: sans-serif;
    font-weight: 400;
    color: #252525;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

a:hover {
    opacity: 0.8;
}

img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.oops {
    color: #e3e3e3;
    font-size: 7em;

}

.message {
    margin: 10% 0 0;
    font-size: 0.7em;
}

@media screen and (max-width: 767px) {

}

