body {
    background-image: url('../images/error_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
}

.logo {
    left: 0px;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    margin-top: 60px;
}

.container {
    padding: 20px;
    margin-top: 300px;
}

.title {
    font-family: 'Montserrat';
    font-size: 100px;
    font-weight: 700;
    color: white;
    line-height: 100px;
    margin-left: 20px;
}

.title2 {
    font-family: 'Montserrat';
    font-size: 90px;
    font-weight: 700;
    color: white;
    line-height: 90px;
    margin-left: 20px;
    margin-top: 0px;
}

.subtitle {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    color: white;
    line-height: 30px;
    margin-left: 20px;
    margin-top: 0px;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
}