@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html, body{
    font-family: "Raleway", sans-serif;
    font-size: 17px;
}
header{
    border-width: 1px 0;
    border-style: solid;
    border-color: #e5e5e5;
}
.container-sm{
    max-width: 800px;
}
h2{
    font-size: 20px;
    color: #011627;
}
.btn{
    color: #ffffff;
    background: #ad0000;
    border: 1px solid #ad0000;
    padding-top: 16px;
    padding-left: 30px;
    padding-bottom: 16px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}
.btn:hover{
    color: #ffffff;
    background: #9b0000;
    border: 1px solid #9b0000;
}