@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;600;700;800;900&display=swap');
body {
    font-family: 'Jost', sans-serif;
    background: rgb(0, 0, 0);
}

#home {
    height: 100vh
}

.logo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: aliceblue;
}

#home .wrap-campaign-title h1 {
    font-weight: 600;
    color: #fff
}

.wrap-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 35vh;
    flex-direction: column;
}

.wrap-action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
}
.language-switcher{
     display: flex;
    justify-content: center;
    align-items: center;
}

.my-btn {
    min-height: 120px;
    background: #fff;
    color: #f86c02
}

.btn-start {
    padding: 0.75rem 3.75rem;
    color: #fff;
    background-color: #f86c02;
    border-color: #f86c02;
}
.btn-start:hover{ background: #fff; border: 1px solid #f86c02 }

.wrap-campaign-title {
    display: flex;
    justify-content: center;
    height: 28vh;
}

footer {
    height: 12vh;
    background: rgb(0, 0, 0);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer p {
    text-align: center;
    margin-top: 25px;
}

footer a {
    color: #f86c02
}

footer a:hover {
    color: #fff
}