﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');

html {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    color: #000000;
}
a {
    text-decoration: none;
    color: #0488E0;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0488E0;
}

.notAvailableContent {
    text-align: center;
    
    padding: 50px;
    display: grid;
    place-items: center;
    height: 100vh;
    box-sizing: border-box;
}

.notAvailableContent h1 img {
        height: 200px;
        width: 200px;
        vertical-align: baseline;
    }

.notAvailableContent h2 {
        margin-top: 20px;
        font-size: 40px;
}