h2{
  font-size: 30px;
  margin-top: 20px;
  color: black;
}

h4{
  font-size: 100%;
}

a {
  -webkit-text-stroke: .75px black; 
}

img {
  max-width: 30%;
  height: auto;
  padding: 10px;
}

form.signup {
  margin-top: 20px;
}

label {
  color: #FDBB46;
  -webkit-text-stroke: .75px black; 
  font-size: 30px;
}

a:link {
  color:#27402d;
}

.background {
    background-image: url("../assets/imgs/background.jpg");
    height: 1500px;
    width: auto;
    background-position: center;
    background-size: cover;   
  }

.login {
    -webkit-text-stroke: .75px black; 
    font-size: 30px;
  }

.form-control{
    font-size: 25px;
  }

#shopList {
    padding: 10px;
  }
  
.container {
    position: relative;
    text-align: center;
    color: white;
    background-color: rgba(255,255,255,0.5);
  }
  
.container-fluid{
    position: absolute;
    margin: 20px;
    width: auto;
  }
  
#nav1 {
    background-color: rgba(255,255,255,0.5);
    font-weight:bold;
    font-size:large;
  }
  
.card {
    background-color: rgba(255,255,255,0.5);
  }
  
.body {
   font-weight:bold;
   font-family: 'Bebas Neue', sans-serif;
  }
  
.container {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
  }
  

.btn {
    background-color: #A87B50;
    padding: 5px 20px;
    border-width: 1px;
    border-color: black;
    font-size: 20px;
  }
