body{
    background-color: rgb(0, 0, 0);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(251, 251, 251);
    margin: 0;
}
.web{
    background-image: 
    linear-gradient(rgba(44, 42, 39, 0.6), rgba(19, 17, 16, 0.6),hsl(340, 95%, 8%)), 
    url("photo2.jpeg");
    background-repeat: no-repeat;
    background-position: center, 620px 1px;
    background-size: auto, 281px;
    height: 500px;
    width: 900px;
    border: 10px solid #58062309;
    margin-left: 220px;
    margin-top: 40px;
}
.web{
    color: rgba(240, 235, 238, 0.986);
}
.s2{
    margin-top: 90px;
    margin-left: 40px;
    font-size: 40px;
}
.f1{
    margin-top: -20px;
    margin-left: 170px;
    font-size: 40px;
}
.description{
    margin-left: 10px;
}
nav{
    display: flex;
}
a{
    text-decoration: none;
    color: #f8f8f8;
}
a:hover{
    color: hsl(340, 28%, 51%);
}
.header{
    list-style: none;
    display: flex;
    flex: 1;
    justify-content:space-evenly;
    margin-left: 600px;
    padding-top: 6px;
}
#logo{
    color: hsl(340, 28%, 51%);
    margin-left: 50px;
    margin-bottom: 2px;
}
