.application_button {
    background-color: #3ab1bb;
    color: #fff;
    border-radius: 30px;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    top: 15px;
    right: 40px;
    z-index: 1000;
    transition: opacity .3s ease-in;
    /* box-shadow: 0px 0px 5px rgba(229, 96, 106, 0.4); */
}

.application_button:hover {
    box-shadow: 2px 2px 5px rgba(229, 96, 106, 0.4);
}

/* .header {
    background-color: rgb(240, 201, 203);
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.festival_logo {
    margin-left: 50px;
    width: 40px;
    height: max-content;
}

.committee_logo {
    width: 100%;
}

@media screen and (max-width: 814px) {
    .committee_logo {
        display: none;
    }
}

.rightspace {
    margin-right: 50px;
    width: 50px;
} */