h3,h2{
	font-family: 'Amatic SC', cursive;
	color: #FF6699;
}
p{
	font-family: 'Roboto', sans-serif;
}
h4{
	font-family: 'Amatic SC', cursive;
	color: grey;
}
label{
    color: black;
    margin: 9px;
}


[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #FF6699;
    border-bottom: 2px solid #FF6699;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.btn{
	background-color: #FF6699;
}
.btn:hover{
	background-color: grey;
}
input[type=button]{
	margin-top: 7px;
}
@media(max-width: 600px){
    label{
        font-size: 26px;
        
    }
}

