html{
    font-family: 'Mulish', sans-serif;
    margin: 0px;
    background-color: #333;
}

.navbar {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(26, 26, 26);
  }
  
.navbar li {
    float: left;
  }
  
.navbar li a {
    display: block;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
.navbar a:hover {
    font-size: 20px;
	background-color:#fff;
	color:#333;
}
.container1 .text1{
    padding: 10px;
    text-align: center;
    font-size: 60px;
    color: rgb(176, 166, 179);
    animation-name: animation;
    animation-duration: 2s;
    font-weight: bolder;
}

.container2{
    float: right;
    margin: 0px;
    padding-right: 80px;
}
.container2 .text3{
    background-image: linear-gradient(rgb(18, 32, 235), rgb(8, 118, 243));
    border: rgb(39, 38, 38) solid 5px;
    border-radius: 10px;
    color: rgb(221, 212, 212);
    height: 330px;
    width: 400px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}
.container2 .text3 a{
    color: rgb(250, 250, 250);
}
.container2 .text3:hover{
    border: 5px solid rgb(241, 241, 241);
}
.container3{
    float: right;
}
.container3 .text4{
    background-image: linear-gradient(rgb(115, 8, 238), rgb(188, 60, 168));
    border: rgb(46, 43, 43) solid 5px;
    border-radius: 10px;
    color: rgb(221, 212, 212);
    height: 330px;
    width: 400px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}
.container3 .text4 a{
    color: rgb(223, 223, 223);
}
.container3 .text4:hover{
    border: rgb(236, 234, 234) solid 5px;
}
.container4{
    float: right;
}
.container4 .text5{
    background-image: linear-gradient(rgb(255, 0, 0), rgb(255, 2, 78));
    border: rgb(46, 44, 44) solid 5px;
    border-radius: 10px;
    color: rgb(221, 212, 212);
    height: 330px;
    width: 410px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}
.container4 .text5 a{
    color: rgb(247, 244, 244);
}
.container4 .text5:hover{
    border: rgb(240, 240, 240) solid 5px;
}
.container5{
    float: left;
    padding-top: 150px;
    padding-left: 400px;
}
.comtainer5 .contactinfo a:hover{
    opacity: .5;
    text-decoration: underline;
}
.container6{
    padding-top: 150px;
    text-align: center;
    background-color: rgb(194, 193, 193);
}
.storenav a:hover{
    opacity: .5;
}
.logo:hover{
    opacity: .75;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.781);
    background-color: rgb(90, 88, 88);
    max-width: 300px;
    color: #fff;
    margin: auto;
    text-align: center;
  }
  .bigcard {
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.781);
    background-color: rgb(90, 88, 88);
    max-width: 450px;
    max-height: 600px;
    color: #fff;
    margin: auto;
    text-align: center;
  }
  
  .price {
    color: rgb(243, 242, 242);
    font-size: 22px;
    text-align: center;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  .card button:hover {
    font-size: 22px;
    opacity: 0.7;
}
.bigcard button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  .bigcard button:hover {
    font-size: 22px;
    opacity: 0.7;
}