body {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
}

#tylr-logo {
    width: 10em;
    margin: 0;
    margin-bottom: 10px;
}

/* Text */
p {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
}

.bold {
    font-weight: 900;
}

.white {
    color: white;
}

.blue {
    color: #235695;
}

#coming-soon {
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: italic;
}

#ice-cream-title p {
    font-size: 75px;
    line-height: 65px; 
}

#maker {
    margin-bottom: 25px;
}

#secondary p {
    font-size: 15px;
    font-weight: 300;
}

#social p {
    font-size: 35px;
    margin-bottom: 10px;
}
/* Hero Container */
#hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#hero-logo {
    display: flex;
    flex-direction: column;
    align-items: center;   
}

/* Ice Cream Maker Container */
#ice-cream-container {
    display: flex;
    flex-direction: column;

    background-color: #235695;
    padding: 40px;
    padding-top: 0px;
}

#ice-cream-content {
    display: flex;
    justify-content: center;
    padding: 0 50px 0 50px;
}

#ice-cream-img {
    width: 20em;
    margin-right: 50px;
}

/* Social Container */
#social { 
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    padding: 30px;
}

/* Social Buttons */
.fa:hover {
    opacity: 0.7;
  }

.fa-facebook {
    color: #235695;
}
  
.fa-instagram {
    color: #235695;
}