/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-jun-2020, 3:42:19
    Author     : MiPc
*/

button, .submitbut{
    background-color:CornflowerBlue;
    color:white;
    border-radius:10px;
    font-family: "Comic Sans MS";
}
.submitbut {
    width:50%;
    height:20%;
    font-size:140%;
    font-family: "Comic Sans MS";
}

.submitbut, .butt1 {
  transition-duration: 0.4s;
}

.submitbut:hover {
  background-color: lightblue; /* Green */
  color: black;
}

.butt1:hover {
  background-color: lightblue; /* Green */
  color: black;
}

#mutemusic{
    position:absolute;
    left:5px;
    top:5px;
}
#rndsong{
    position:absolute;
    left:100px;
    top:5px;
}