*{margin:0;padding:0}
body
{
    background-image: url("bg_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

p
{
    color: black;
    font-size: calc(1vw + 8px);
    font-family: 'Courier New', Courier, monospace; 
    font-weight: 700;
}

a
{
    text-decoration: none;
    color: black;
    font-size: calc(1vw + 16px);
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}



#kp, #kr
{
    position: absolute;
    top: 25%;
    left: 10%;
    margin-left: auto;
    margin-right: auto;
    height: 20vh;
    width: 35vw;
    background-color: aliceblue;
    text-align: center;
    opacity: 40%;
    border-radius: 12px;
    display: table;
}

#kr
{
    top: 60%;
}

#kp:hover, #kr:hover
{
    background-color: white;
    opacity: 70%;
}

#kp1, #kr1
{
    position: absolute;
    top: 17%;
    left: 12%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#kr1
{
    top: 52%;
}
