html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-home {
    width: 100%;
    height: 45%;
    border-bottom: 10px solid #6495DE;
    box-sizing: border-box;
}
.headerimage-image {
    width: 100%;
    height: 100%;
}
.logo-home {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 6%;
}
.header-home a {
    width: 34%;
    height: 34%;
    display: inline-block;
}
.header-home a img {
    width: 100%;
    height: 100%;
}
