@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:800&display=swap&subset=latin-ext');

body {
    margin: 0;
    background-color: rgb(7, 78, 136);
}


h1 {
    font-family: Raleway;  
    color: white;   
}

span, .link {
    font-family: "Open Sans";
    color: white; 
    height: 2rem;
}

.window {
    width: 50%;
    margin: auto;
    margin-top: 20%;
}

