@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "roboto", sans-serif;
}


.img-fluid{
    width: 5rem;
}

.btn-primary{
    background-color: #0033a0;
    border-color: #0033a0;
}

.btn-primary:hover{
    background-color: blueviolet;
    border-color: blueviolet;
}

.img-footer{
    width: 5rem;
}