h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    display: contents;
}

p {
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: left;
    font-size: 20px;
}

body {
    height: 100%;
    margin: 0;
    background: #f2f2f2;
    background: rgb(211, 177, 97);
    background: -moz-radial-gradient(at bottom right, rgba(211, 177, 97, 1) 0%, rgba(120, 0, 75, 1) 60%, rgba(17, 1, 12, 1) 100%);
    background: -webkit-radial-gradient(at bottom right, rgba(211, 177, 97, 1) 0%, rgba(120, 0, 75, 1) 60%, rgba(17, 1, 12, 1) 100%);
    background: radial-gradient(at bottom right, rgba(211, 177, 97, 1) 0%, rgba(120, 0, 75, 1) 60%, rgba(17, 1, 12, 1) 100%);
}

.scroll-container,
.scroll-area {
    width: 100%;
    height: 100vh;
    font-size: 40px;
}

.scroll-container {
    overflow: auto;
    -webkit-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    backdrop-filter: blur(100px);
}

.scroll-area {
    scroll-snap-align: start;
}

.scroll-area {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.social-icon {
    fill: white;
    width: 24px;
}

img {
    float: left;
    margin-left: 5%;
    filter: drop-shadow(5px 5px 5px #222);
}

.text-image-box {
    display: block;
    text-align: left;
    padding: 5%;
}