@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*This is all super placeholder, but it'll work well enough for now.*/
body {
    background-color: #ebebeb;
    color: #1e1e1e;font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 0px;
}

header {
    background-color: #cbcbcb;
    height: 300px;
    border: 0px;
    margin: 0px 0px 40px 0px;
    mask: conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50%/60px 100%;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    align-items: center;
}

.title {
    font-size: 4em;
    margin-top: 0px
}

.logo {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 120px;
    height: 120px;
}