body{
    background: #ddd 
    url('indula-chanaka-ylf8qIAdKOg-unsplash.jpg');
    background-size: cover;
}

/*
#info{
    position: absolute;
    background-color: rgb(208, 123, 241);
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(247, 0, 255, 0.502);
    left: -50%;
}

info::hover{
    #skalaInfo
}

#skalaInfo{
    position: absolute;
    visibility: hidden;
}
*/

#valueSkala{
    display: inline;
    padding: 1px 5px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    background-color: black;
    color: rgb(162, 0, 255);
}

.topic{
    font-size: 20px;
    font-weight: 500;
}

form{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 legend{
    background-color: rgb(32, 3, 138);
    color: rgb(167, 123, 179);
    border: 2px solid white;
    border-radius: 8px;
    font-size: 20px;
 }

fieldset{
    background-color: rgba(180, 133, 255, 0.562);
    border-radius: 20px;
}

input{
    border: 1px solid black;
    border-radius: 3px;
    background-color: #bba1c4;
}

#skalaRange{
    color: aqua;
}

#send{
    border-radius: 2px;
    background-color: rgba(45, 43, 48, 0.479);
    color: rgba(255, 255, 255, 0.753);
}

@media screen and (max-width: 767px){
    fieldset{
        margin-top: 350px;
    }

    .topic{
        font-size: 16px;
        font-weight: 600;
    }

    #date{
        margin-bottom: 10px;
    }
}