.header{
    background-color: #0055a5;
}

.navtitle{
    font-weight: 600;
    margin-top: 20px;
    color: #e1f5fe;
}

.navtitle h1{
    font-size: 4rem;
}

.navbar{
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.nav-link{
    color: #e1f5fe;
}

.nav-link:hover {
    color: white;
    font-size: 700;
    transform: scale(1.05);
}

.card-title{
    color: #0055a5;
    font-size: 3rem;
}

blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin-left: 0;
    color: #555;
  }

img:hover{
    transform: scale(1.05);
}

.card-body caption{
    text-align: end;
}

.footer{
    background-color: #e6f0fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}
