@import url('https://fonts.googleapis.com/css?family=Sofia');
@import url('https://fonts.googleapis.com/css?family=Alkatra');
@import url('https://fonts.googleapis.com/css?family=Allan');
*{
    background-color: #B875FF;
}

.hcb img {
    height: 4.8em;
}
.navbar-container{
    background-color: #B875FF;
    display: flex;
    justify-content: flex-end;
    height: 5em;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

.navbar {
    padding: 0;
    margin: 0;
    background-color: #B875FF;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: "Preahvihear", sans-serif;
    font-weight: 700;
    width: 100%;
}

navbar-links{
    background-color: #B875FF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1.5rem;
    height: 100%;
}
.navbar__menu {
    padding: 0;
    background-color: #B875FF;
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

li{
    list-style: none;
    display: inline-block;
}

li a{
    size: 20px;
    color: yellow;
    font-weight: bold;
    margin-right: 25px;
}

.swirl-text{
    background: #B875FF;
    width: 25rem;
    height: 25rem;
    margin-top: 2rem;
    margin-bottom: -8rem;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: -4rem;
}

footer {
    background-color: wheat;
    color: blue;
    text-align: center;
    height: 30px;
    padding-top: 5px;

}

.scoops-list {
    font-family:cursive;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    padding: 1rem;
}
.swirl-description1 {
    font-family: 'Sofia', sans-serif;
    font-weight: 700;
    font-size: 1.2em;

}
.swirl-description2{
    font-family: 'Alkatra', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: wheat;
}
.swirl-description3{
    font-family: 'Allan', sans-serif;
    font-size: 1.3em;
    color: whitesmoke;
    font-weight: 600;    
}

.scoop-img{
    height: 30;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}