body, html {
    height: 100%;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
}
#left-container {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;

}
#left-image {
    width: 128px;
    max-height: 128px;
}
#big-text {
    font-size: 65px;
    color: black;
    font-family: helvetica;
    font-weight: bold;
    margin-top: 15px;
}
#small-text {
    font-size: 20px;
    color: black;
    font-family: helvetica;
    font-weight: bold;
    margin-left: 5px;
}
#feature-image {
    max-width: 100%; 
    max-height: 400px; 
    margin-bottom: 20px;
}
.new-image-size {
    width: 500px;
    height: 500px;
}
#coming-soon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #e2f2e7;
}
#coming-soon-text {
    color: black;
    font-size: 85px;
    font-family: helvetica;
    font-weight: bold;
    cursor: pointer;
}
footer#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #e2f2e7;
    color: white;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.social-icon {
    margin: 0 10px;
    color: #b4c1b8;
    font-size: 25px;
}
.social-icon:hover {
    color: #8e9790;
}
#copyright {
    text-align: center;
    font-size: 12px;
    color: #8e9790;
    margin-top: 10px;
}
