.app {
    font-size: xx-large;
    
}

h4 {
    background-color: #0d60b5;
    text-align: center;
    color: white;
}

.header {
    display: flex;
}

.header-logo {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
}

.header-title {
    background-color: #0d60b5;
    min-height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-size: calc(10px + 2vmin); */
    color: white;
    width: 100%;
}

.card-link {
    /* color: #eb6223; */
    color: #0d60b5;
    text-decoration: none;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    margin: 10px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
    padding: 2px 16px;
}

.card-img {
    max-height: 300px;
    width: 100%;
}

.card-deck {
    margin-top: 50px;
    margin-left: 50px;
    display: flex;
}