@font-face {
    font-family: Century;
    src: url(./CENTURY.ttf);
}
body {
    height: 100vh;
}
header {
    position: relative;
    background-color: #00412a;
    padding-bottom: 2vh;
    box-shadow: 1vh 1vh 2vh rgb(66, 66, 66);
    z-index: 1;
}
.title {
    font-family: Century, serif;
    color: white;
    text-align: center;
    padding-top: 3vh;
    font-weight: 100;
    font-size: 12vh;
}

.title a {
    color: unset;
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
}

hr {
    border: solid 1px #8cbe96;
    position: relative;
    width: 93vh;
}

.sub-title {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    position: relative;
    color: white;
    text-align: center;
    font-weight: lighter;
    margin: auto;
    font-size: 5vh;
    line-height: 6vh;
    text-shadow: 2px 2px 2px black;
}

.quotes {
    font-family: Georgia, serif;
}

.content {
    background-image: url("./background_695h_1000w.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: 78%;
    width: 100%;
}

.click-here {
    border: none;
    background-color: white;
    height: 10vh;
    font-size: 8vh;
    margin-top: 29vh;
    padding: 4vh 8vh 4vh 8vh;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 900;
    border-radius: 8vh;
    height: 17vh;
    box-shadow: 1vh 1vh 4vh black;
}
.click-here:hover {
    background-color: #00412a;
    color: white;
    cursor: pointer;
    box-shadow: 2vh 2vh 5vh black;
}

.arrow {
    height: 6vh;
    padding-top: 1vh;
    padding-left: 4vh;
}

.triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 20vh solid #002617;
    border-left: 100vw solid transparent;
}
.triangle-top-left {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7vh solid #002617;
    border-left: 7vh solid transparent;
}
.triangle-top-left-background {
    height: 7vh;
    width: 7vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
.powered-by {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    position: absolute;
    color: white;
    bottom: 8.2vh;
    right: 3vh;
    font-size: 4vh;
    text-shadow: 2px 2px 2px black;
}
.rcpa-logo {
    position: absolute;
    bottom: -8vh;
    height: 9vh;
    right: 2vh;
}
