body div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#icons {
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
}

.zf {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.iconbox {
    width: auto;
    border-radius: 10%;
}

img {
    width: 45vh;
}

img:hover {
    background-color: burlywood;
    border-radius: 10%;
}

#text {
    width: 111vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    padding: 3vw;
}

p {
    font-size:1.47em;
    color: white;
}

h1 {
    font-size: 5em;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}