@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {

    font-family: 'Montserrat', sans-serif;
}

.content-center img {
    max-width: 240px;
}

.content-center {
    text-align: center;
    color: rgb(0, 0, 0);
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-center h1 {
    font-size: 2vw;
    font-weight: 700;
}

.content-center p {
    font-weight: 100;
    font-size: 18px;
}

.wrapper {
    background: #e7faff;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error {
    font-size: 100px;
    margin-bottom: 1px;
}


.content-center button {
    border: 1px solid white;
    padding: 12px 45px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background: #0891b2;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
}