html{
    background: rgb(0, 24, 68);
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    height: 100vh;
}
.container{
    margin: 3rem 25rem;
    display: flex;
    flex-direction: row;
}

.header{
    align-items: center;
}

.header > *{
    padding: 1rem;
}

.header > a > img{
    width: 5rem;
}

img:hover{
    opacity: 0.5;
    cursor: pointer;
}




.content > * {
    width: 50%;
}
.content > a >img{
    width: 20rem;
}
.content > .desc{
    padding: 0rem 5rem 0 0;
}