* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
hr {
    margin: auto;
    padding-bottom: 20px;
}
.hero-1 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(46, 202, 190, 0.6), rgba(255, 255, 255, 0.938));
    padding-bottom: 50px;
}
.hero-2 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(128, 101, 159, 0.8), rgba(241, 241, 241, 0.986));
    padding-bottom: 50px;
}
.hero-3 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: hsl(38, 22%, 93%);
    padding-bottom: 80px;
}
.hero-4 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(241, 241, 241, 0.986), rgba(128, 101, 159, 0.8));
    padding-bottom: 50px;
}
.hero-5 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(241, 241, 241, 0.986), rgba(46, 202, 190, 0.6));
    padding-bottom: 50px;
}
.container {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}
.text-center {
    font-size: 22px;
}
.text-left {
    font-size: 22px;
}
.image-container {
    display: flex;
}
.image-center{
    width: 100%;
    max-width: 800px;
    margin: auto;
    height: auto;
    border-radius: 20px;
}
.image {
    width: 100%;
    margin: auto;
    height: auto;
}