:root {
     --maincolor: #133d8d;
     --secondarycolor: #90ad3c;
}

div.date {
     font-family: Inter, sans-serif;
     font-size: 20px;
     font-weight: 900;
     letter-spacing: .5px;
     padding-bottom: 6px;
}

div.title {
     font-size: 44px;
     font-weight: 900;
     padding-bottom: 10px;
}

div.promo {
     font-family: Inter, sans-serif;
     font-size: 20px;
     font-weight: 500;
     letter-spacing: .5px;
}

#hero-img {
     justify-content: center;
}

button[type="submit"]:hover {
     background-color: #133d8d;
     border-color: white;
     border-width: 2px;
}

@media only screen and (max-width:600px) {

div.title {
     font-size: 36px;
}

}