@import url("https://use.typekit.net/rlq5aty.css");

* {
    font-family: 'Franklin Gothic', Arial, sans-serif;
}

h1 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.5em;
}

h2 {
    font-weight: 600;
    font-size: 18pt;
}

p {
    font-size: 14pt;
}

body {
    margin: 0;
}

.container {
    height: 100vh;
    width: 100vw;
    background-image: url(../photos/newschool.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    width: 70vw;
    max-width: 40em;
    background: white;
    padding: 3em;
    border-radius: 1em;
}

img {
    width: 100%;
}