body {
    background-color: #efefef;
    font-family: Montserrat;
}

.header {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.44);
    background-color: #25397d !important;
}

.header img{
    margin-left:50px !important;
    margin:20px;
}

.page {
    display: none;
}

.page:target {
    display: block;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #25397d;
    border-color: #25397d;
}

.back-button {
    border-radius: 50px;
    background-color: white !important;
    color: #25397d !important;
    border-color: white !important;
    font-size: 15px;
    font-family: Poppins;
    -moz-transition: all 300ms ease;
    height: 50%;
    margin-top: 25px;
}

.back-button:hover {
    box-shadow: 0 0 0 3em #25397d inset;
    border-radius: 50px;
    background-color: #25397d;
    color: white;
    border-color: white !important;
    font-family: Poppins;
    -moz-transition: all 300ms ease;
}

.nav-item a{
    border-radius: 50px !important;
    background-color: white !important;
    color: #25397d !important;
    border: 0.5px solid white !important;
    font-size: 15px !important;
    font-family: Poppins !important;
    -moz-transition: all 300ms ease !important;
    height: 35px !important;
    margin-top: 0.5%;
    padding: 5px;
}

.nav-link:hover {
    box-shadow: 0 0 0 3em #25397d inset !important;
    border-radius: 50px !important;
    background-color: #25397d !important;
    color: white !important;
    border: 0.5px solid white !important;
    font-family: Poppins !important;
    -moz-transition: all 300ms ease !important;
    height: 35px;
    margin-top: 0.5%;
}

.conversor{
    margin-top:10% !important;
}

.title {
    font-family: Poppins;
    color: #25397d;
}

th {
    background-color: #25397d;
    color: white;
}

.arrow {
    color: #25397d;
}

nav {
    background-color: transparent !important;
}

.col-table {
    margin-top: 20%;
}