header {
    width: 100%;
    height: 560px;
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1513584684374-8bab748fbf90?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1465&q=80');
    background-size: cover;
    overflow: hidden;
}

.header-darken {
    background-image: linear-gradient(90deg, rgb(179, 144, 143) 0%, rgba(60, 95, 124, 0.87) 1%, rgba(151, 174, 193, 0.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.header-h1-and-p-holder {
    width: 40%;
    height: 70%;
    border-radius: 10px;
    background-color: #bdd4da;
    position: absolute;
    top: 25%;
    left: 3%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    padding-left: 5%;
    padding-right: 5%;
}

h1 {
    font-size: 60px;
    position: absolute;
    right: 14%;
    top: 41%;
    text-align: center;
    line-height: 57px;
    color: #14446e;
}

section {
    width: 100%;
    position: relative;
    padding-top: 1px;
}

h2 {
    font-family: arial;
    font-size: 40px;
    color: #17456d;
    text-align: center;
    margin-top: 3%;
}

.house-category-box {
    width: 25vw;
    height: 25vw;
    background-color: #5a86aa;
    min-width: 130px;
    min-height: 130px;
    border-radius: 10px;
    margin-left: 4.15%;
    margin-right: 4.15%;
    margin-top: 5%;
    position: relative;
    display: inline-block;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3);
    max-width: 200px;
    max-height: 200px;
}

.snow {
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
    margin-top: 25%;
}

.sun {
    font-size: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
}

.wave {
    font-size: 80px;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
}

.tree {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    font-size: 80px;
}

p {
    font-size: 19px;
    font-family: arial;
    text-align: center;
    margin-top: 6%;
}

.rent-button {
    width: 50px;
    height: 25px;
    background-color: #b58258;
    border-radius: 5px;
    margin-left: 50%;
    position: absolute;
    left: -25px;
    margin-top: 13px;
    transition: all 1s;
}

.rent-button:hover {
    margin-top: 20px;
    opacity: 0.9;
}

.photo-icon {
    font-size: 50px;
    color: #9c6342;
    transform: rotate(-12deg);
    right: 6%;
    position: absolute;
    top: 8%;
    transition: all 300ms;
}

.photo-icon:hover {
    transform: rotate(338deg);
}

.house-category-box:hover {
    transform: rotate(4deg);
}

.snow-flake-icon {
}

.buy-button {
    width: 50px;
    height: 25px;
    border-radius: 5px;
    margin-left: 50%;
    left: -25px;
    position: absolute;
    margin-top: 13px;
    background-color: #4545d1;
    transition: all 1s;
}

.buy-button:hover {
    margin-top: 20px;
    opacity: 0.9;
}

footer {
    width: 100%;
    height: 400px;
    background-color: #4b7292;
    padding-top: 1px;
}