/*body {*/


/*
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;}
*/

body {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 0, 150, 0.3)), url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1 {
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 65px;
    padding-top: 20px;
    text-align: center;
}
h3 {
    font-family: 'Satisfy', cursive;
    font-size: 20px;
}
h6 {
    font-family: 'Lato', sans-serif;
    font-size: 20 px;
    color: white;
    text-align: center;
}
h2,
p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: white;
}
h5 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: black;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20 px;
    color: black;
}
header {
    /*   background-color: lightgreen;*/
    margin-top: -10;
}
.cd {
    background-color: #cdfff9;
    float: right;
}
#btnD {
    right: 2%;
}
#btnC {
    right: 2%;
}
#btnJ {
    right: 2%;
}
#btnF {
    right: 2%;
}
#btnS {
    right: 2%;
}
