@font-face {
    font-family: "Open Sans";
    src: url("");
}

.kp * {
    font-size: 20pt;
    font-family: 'Comic Sans MS';
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
}


div.logo {
    background-image: url('donkeyoke_logo.png');
    background-repeat: no-repeat;
    background-size: 95%;
    margin-left: 28%;
    margin-right: 22%;
    margin-top: 50px;
    height: 30%;
    background-size: contain;
}
div.cornerlogo {
    background-image: url('donkeyoke_logo.png');
    background-size: 400px;
    background-repeat: no-repeat;
    width: 400px;
    height: 100px;
}

button.btn {
    padding:6px;
    background-color: saddlebrown;
}
button.btn:hover {
    background-color: saddlebrown;
}
button.kp {
    height: 50px;
    background-color: white;
    border-radius: 7px;
    border: 1px solid saddlebrown;;
    padding-left: 10px;
    padding-right: 10px;
}

button.kp:hover {
}

input[type=text] {
    height: 50px;
    border-radius: 7px;
}
