* {
    margin: 0;
    padding: 0;
}

.header{
    width: 100vw;
    height: 50vh;
    background-color: #1f5c5d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-text{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
    color: #ffffff;
    font-size: 40pt;
    text-align: center;
    width: 80vw;
    font-size: min(10vw, 8vh);
    line-height: 1.2;
}

.main{
    width: 100vw;
    height: 50vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-text{
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
	color: #1f5c5d;
    font-size: 20pt;
    text-align: center;
    width: 80vw;
    font-size: min(5vw, 4vh);
    line-height: 1.2;
}

.main-text a {
	color: #1f5c5d;
}