body{
    background-color: aliceblue;
    background-image: url("cyber-network-protection-future-technology-background-free-vector.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin:auto;
}
@font-face{
    font-family: headerfont;
    src: url(BackToSchoolPersonalUseRegular-w1xX2.ttf)
}
@font-face{
    font-family: headerfont1;
    src: url(SunnyspellsRegular-MV9ze.otf)
}
.header{
    position: absolute;
    top: 1%;
    left: 0.5%;
    width: 98%;
    border-radius: 5px;
    background-color:rgb(182, 200, 215);
    padding: 20px 10px;
    text-align: right;
    height: fit-content;
}
.header a{
    padding: 10px 10px;
    text-decoration:none;
    color: rgb(152, 108, 14);
    font-family:headerfont1;
    font-weight: lighter;
    font-size:x-large;
}
.header a:hover{
    text-decoration: underline;
    color: rgb(137, 83, 7);
    font-size:xx-large;
    font-weight: bold;
}
#project{
    color:maroon;
    font-family: headerfont;
    cursor: pointer;
    font-size: xx-large;
}
#project:hover{
    text-decoration: underline;
    font-size: xx-large;
    font-weight: 100;
}
.pd{
    color: gold;
    position: absolute;
    top: 20%;
    height: 40%;
    width: 100%;

}
.container{
    border: 2px solid gold;
    position: absolute;
    left: 30%;
    top: 5%;
    height: 80%;
    width: 30%;
}
img{
    opacity: 1;
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    transition: .5s ease;
}
.container:hover img{
    opacity: 0.3;
}
.source{
    opacity: 0;
    position: absolute;
    left: 25%;
    top: 50%;
    transition: .5s ease;
}
.source a{
    color: gold;
}
.container:hover .source{
    opacity: 1;
}
.op{
    color: gold;
    position: absolute;
    top: 50%;
    height: 40%;
    width: 100%;
}
@font-face{
    font-family: headfont;
    src: url(AquireLight-YzE0o.otf)
}
#head{
    font-family: headfont;
    font-size: xx-large;
    text-decoration: underline;
    position: absolute;
    left: 5%;
}
footer{
    text-align: center;
    position: absolute;
    right: 1%;
    top: 80%;
    background-color: cornflowerblue;
    font-size: larger;
    border: 1px solid goldenrod;
    border-radius: 5px;
}