.heroImage {
    border-radius: 32px;
    overflow: hidden;
    margin: 32px;
    max-width: 512px;
}
.heroContent {
    margin: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 512px;
    text-align: center;
}
.heroSection h1 {
    font-size: 48;
    font-weight: bold;
}
.logoImage {
    margin: 32px 32px;
    height: 48px;
}
.heroSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.heroButton {
    border-radius: 999px;
    background-color: #6A757B;
    color: #F9F9F9;
    height: 64px;
    width: 265px;
    margin: 0 auto;
    font-size: 32;
    vertical-align: baseline;
}
.heroButton:hover {
    background-color: #618da4;
}
section {
    margin: 32px auto;
}
.featureSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.followSection {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.followSection img {
    max-height: 256px;
    max-width: 100%;
}
h2 {
    font-size: 32px;
}
footer {
    background-color: #6A757B;
    margin: 0 0;
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #F9F9F9;
    min-height: 80px;
}
footer p {
    margin: 8px 32px;
}
footer a {
    color: #F9F9F9; 
}
.featureList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;

}
.featureBox {
    background-color: #BCD2DE;
    width: 256px;
    min-height: 256px;
    margin: 32px 32px;
    padding: 16px;
    border-radius: 32px;
}
.featureBox h3 {
    font-size: 32;
}
body {
    margin: 0;
    padding: 0;
}