p{
font-size: 30px;
font-family: monospace;
color: white;
text-align: center;
background-color: rgb(54, 54, 54);
border: 3px solid rgb(54, 54, 54);
border-radius: 10px;

}
h1{
font-size: 70px;
font-family: monospace;
color: white;
text-align: center;
border: 5px solid rgb(54, 54, 54);
border-radius: 10px;
text-shadow: 4px;
background-color: rgb(54, 54, 54);

.headerII{
    font-size: 50px;
    font-family: monospace;
    color: white;
    text-align: center;
    border: 5px solid rgb(54, 54, 54);
    border-radius: 10px;
    background-color: rgb(54, 54, 54);
}

}
a{
font-size: 35px;
font-family: monospace;
color: white;
border: 3px solid rgb(54, 54, 54);
border-radius: 10px;
text-align: center;
background-color: rgb(54, 54, 54);
margin-top: 20px;
margin-left: 15px;
margin-right: 15px;
}




span{
font-size: 30px;
font-family:'monospace';
color: white;
background-color: rgb(54, 54, 54);
border: 3px solid rgb(54, 54, 54);
border-radius: 10px;
position: absolute;
top: 50.8%;
left: 23.7%;
}
.techgif{
border: 5px solid rgb(54, 54, 54);
border-radius: 10px;
}
img{
border: 5px solid rgb(54, 54, 54) ;
border-radius: 10px;
}



body{
background-color:rgb(34, 31, 31);
background-size: cover;
}
