body {
    font-size: 2.5rem;
}

h1 {
    font-size: 3.2rem;
}

.logo {
    padding: 20px;
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: 150px;
}

.table tr td {
    width: 50%;
}

.btn {
     font-size: 3.5rem;
     padding: 1.3rem 1.75rem;
}

.modal-footer>:not(:first-child) {
    margin-left: 1.25rem;
}

.modal-dialog {
    max-width: 90%;
}

.modal-body {
    font-size: 3.5rem;
    top: -25px;
}

.close {
    font-size: 4.5rem;
}

.modal-footer, .modal-header {
    border: none;
}

.modal-footer {
    justify-content: space-around;
}