*{
    padding: 0;
    margin: 0;
}

main{
    background-image: url(wp2406521-dark-web-wallpapers.jpg);
    height: 100vh;
    width: 84%;
    background-position: center;
    background-size: cover;
    padding-top: 35px;
    padding-left: 8%;
    padding-right: 8%;
    color: white;
    
}

h1{
    color: white;
    font-size: 40px;
}

span{
    color: red;

}



nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;

}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 15px;

}

nav ul li a{
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

nav ul li a:hover{
    color: purple;
}

.container a{
    color: white;
    text-decoration: none;
    padding: 9px 25px ;
    background-color: black;
    border-radius: 6px;
    font-size: 18px;
    

}

.container a:hover{
    color: purple;
}

.pp{
    margin-top: 12%;
    max-width: 600px;
}

.pp h3{
    font-size: 55px;
}

.pp p{
    margin-top: 10px;
    line-height: 25px;
}

.hire{
    margin-top: 20px;
}

.hire a{
    text-decoration: none;
    border-radius: 6px;
    padding: 9px 25px;
    background-color: white;
    color: black;
    font-weight: 25px;
}