@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Anek Latin", sans-serif;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.link {
    font-family: "Anek Latin", sans-serif;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    color: #CC3A30;
    font-size: 1.5em;
}

h2 {
    font-family: "Anek Latin", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 100px;
}

p{
    font-size: 1.5em;
    font-family: "Anek Latin", sans-serif;
}

.desctext{
    font-family: "Anek Latin", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 2rem;
}

.bg-container {
    /* The image used */
    background-image: url("src/cc0bg.jpg");

    /* Full height */
    height: 100vh;

    /* Center and scale the image nicely */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    float: right;
    transform: translateY(calc(50vh - 50%));
    margin-right: 10%;
    text-align: right;
}
.logo{
    margin-bottom: 20px;
}