body {
    background-color: #dee2e4;
    margin: 0;
    padding: 0;
}
.hero-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 20vh;
}

h1 {
    margin: 0;
    color: #264653;
    font-size: 4rem;
}

.hero-paragraph {
    width: 80vw;
    font-size: 2rem;
    margin: 1rem;
}

a {
    text-decoration: none;
    color: #f4a261;
}

p {
    color: #000814;
}
.img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    width: 200px;
    height: 200px;
}
