/* left container css */

.lefty {
    height: 100vh;
    text-align: center;
    background-color: #005CA7;
}

.arrahn {
    margin-top: 10%;
    width: 250px;
    height: 250px;
}

h3 {
    color: #E8C33C;
    margin: 8% 0% 16%;
}

/* right container css */

.righty {
    height: 100vh;
    background-image: url('/img/erahn/polygon.png');
    background-position: top left;	
    background-size: 140%;
}

.kopkb {
    width: 283.2px;
    height: 65.7px;
    float: right;
}

h1 {
    text-align: center;
    margin-top: 14%;
    color: #005CA7;
}

.box {
    margin: 12% 20% 0% 20%;
    padding: 3%;
}

.button-below {
    margin: 5% 0% 10% 45%;
}

