@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {

    font-family: 'Montserrat', sans-serif;
}

.content-center {
    text-align: center;
    color: white;
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-center h1 {
    font-size: 8vw;
    font-weight: 700;
}

.content-center h3 {
    font-size: 24px;
    font-weight: 500;
}

.content-center p {
    font-weight: 100;
    font-size: 18px;
}

.wrapper {
    background-image: linear-gradient(#00546985, #001b816b), url('../images/bg-image.jpg');
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-center {
    text-align: center;
    color: white;
}

.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: #FF512F;
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    background: linear-gradient(to right, #F09819, #FF512F);
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
}