body {
    height: 100vh;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background-image: url(2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255,118,141, 0.5);
    padding: 40px 0px 0px 0px;
}
.center{
    display: flex;
    justify-content: center;
    text-align: center;
}
.btn{
    font-size: 20px;
    color: #fff;
    background: rgba(255,118,141, 0.5);
    background: linear-gradient(135deg, rgba(255,229,59,0.6306897759103641) 0%, rgba(255,37,201,0.6909138655462185) 100%);
    border: none;
}
.addBtn{
    width: 40px;
    height: 40px;
    margin: 0px;
}
.startButton{
    padding: 10px;
    margin: 20px;
    width: 100px;
}
.musicBtn {
    background: transparent;
    border: none;
    margin: 3px;
}
.date-select{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

label, span {
    font-size: 20px;
    color: #fff;
    padding: 5px 0px;
}
input {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: 'Nunito', sans-serif;
}
::placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
::-ms-input-placeholder {
    color: #fff;
}
::-webkit-input-placeholder {
    color: #fff;
}

.head{
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.time{
    font-size: 15px;
    font-style: bold;
    color: #fff;
    margin-top: 5px;
    padding: 10px;
}
.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.event {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color: transparent;
    width: 150px;
}
.block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.constanta {
    color: #fff;
    background-color: transparent;
    text-align: center;
}
h4{
    font-size: 75px;
    color: #fff;
    margin: 20px;
}
.tap {
    margin: 0px;
}

.link {
    background: rgb(255,229,59);
background: linear-gradient(-45deg, rgba(255,229,59,0.6306897759103641) 0%, rgba(255,118,141,0.5144432773109244) 58%, rgba(255,37,201,0.6909138655462185) 100%);
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.fb {
    margin: 10px;
}
hr {
    border: 1px solid #fff;
    width: 38%;
    margin: auto;
}


@media all and (max-width:800px) {
    input, label, span {
        font-size: 12px;

    }
    .head {
        font-size: 30px;
    }
    .addBtn{
        width: 30px;
        height: 30px;
    }
    h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 10px;
    }
    .event {
        width: 60px;
    }
}
@media all and (max-width:500px) {
    input, label, span {
        font-size: 15px;

    }
    .head {
        font-size: 40px;
    }
    .addBtn{
        width: 35px;
        height: 35px;
    }
    h4 {
        font-size: 30px;
    }
    h3 {
        font-size: 10px;
    }
    .event {
        width: 90px;
    }
    body {
        height: 150vh;
    }
}

@media all and (max-width:300px) {
    input, label, span {
        font-size: 12px;

    }
    .head {
        font-size: 30px;
    }
    .addBtn{
        width: 30px;
        height: 30px;
    }
    h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 10px;
    }
    .event {
        width: 60px;
    }
}