html {
    min-width: 1366px;
    min-height: 768px;
}

body {
    margin: 0 25% 0 25%;
    background-color: #f4f9ff;
    font-family: sans-serif;
}

#holder {
    width: 100%;
    height: 100%;
}
.box {
    position: relative;
    display: inline-block;
    margin: 20% 1.4% 0% 1.4%;
    width: 30%;
    height: 28em;
}
#box_1 {
    background-color: #68B3AF;
}
#box_2 {
    background-color: #87BDB1;
}
#box_3 {
    background-color: #AACCB1;
}
.welcome {
    position: absolute;
    display: inline-block;
    margin-left: -57%;
    margin-top: 100%;
    font-size: 4.6em;
    color: #f4f9ff;
    z-index: 3;
    letter-spacing: 3.6px;
}
h1 {
    position: absolute;
    display: inline-block;
    z-index: 1;
    color: #f4f9ff;
    font-size: 5.7em;
}
#first_name {
    margin: -5% 0% 0% -3%;
    padding: 0%;
}
#last_name {
    margin: 40% 0% 0% -5%;
    padding: 0;
    letter-spacing: 0.06em;
}
#button_holder {
    position: absolute;
    display: block;
    margin-top: -9%;
    margin-left: 0%;
    width: 40%;
    float: left;
}
.buttons{
    background-color: #f4f9ff;
    opacity: 0.75;
    color: #606060;
    z-index: 3;
    display: inline-block;
    text-decoration: none;
    /*height: 80px;*/
    width: 110px;
    margin: 0 1.8% 0% 1.8%;
    font-size: 1.3em;
    text-align: center;
    padding: 30px 2px 30px 2px;
    letter-spacing: 1px;
}