h1{
    color:#1d4780;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

hr{
    color:#1d4780;
}

.projects-ul {
    list-style-type: none;
    padding-left: 0;
}

.projects-ul > li  summary{
    font-size: larger;
    color: #1d4780;
  
}

.projects-ul > li  details{
    font-size: large;
}

.projects-ul > li .project-header-img{
    width: 100%;
    height:10rem;
    object-fit: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wsite-youtube-container > iframe{
    width: 100%;
    max-height: 50vh;
    height: 50vw;
}

details:focus{
    background-color: red;
    color: red;
}