
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&display=swap');


.a {
    color: #070708;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
  }

.body{
    background-color: #f2fafa;
}
.title{
    font-family: 'Lato', sans-serif;
}
.footer{
    color: #lightgray;
}

.bg-dark {
    background-color: #0069b4 !important;
}


.btn-primary {
    color: #fff;
    background-color: #33b9b2;
    border-color: #269c96;
}
.btn-primary:hover {
    color: #fff;
    background-color: #269c96;
    border-color: #33b9b2;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
