/* File: index.css 
#58ac24
#0b2256*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: #000;
    font-family: "Monda",sans-serif;
}

.container{
    margin-top: 20px;
    box-shadow: 2px 2px 10px -5px #58ac24;
    border-radius: 2px;
}

.nav-bar{
    padding: 20px 10px;
}
.nav li a{
    font-size: 18px;
    font-weight: bold;
    color:#0b2256;
}

.nav li a:hover{
    color: #58ac24;
    transition: all 0.3s ease;
    transform:translateY(2px);
}

.signup{
    background-color: #58ac24;
    border: 2px solid #0b2256;
    color: #fff;
    font-weight: bold;
}

.signup:hover{
    border: 2px solid #0b2256;
    color: #58ac24;
    transition: all 0.3s ease;
    transform:translateY(2px);
}
.logo:hover{
    transform: scale(1.3);
    transition: all 0.3s ease;
}
.blue{
    color: #0b2256;
    font-family:"Domine", serif;
}
.green{
    color: #58ac24;
    font-family:"Domine", serif;
}
.buy{
    font-weight: bold;
}
#cancel{
    text-decoration: line-through;
}
h1{
  font-family: "Domine", serif;
  font-weight: 400;
  font-style: normal;
}

.Features, h2, h3, p {
    color: #0b2256;
    font-family: "Domine", serif;
    font-weight: 400;
    font-style: normal;
}