*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
    font-family: 'Arial';
}

ul{    
    list-style-type: none;
}

a{
    color: white;
    text-decoration: none;
}

ul li{
    display: inline;
    margin-right: 10px;
    padding-left: 15px;
}


nav{
    margin: 10px;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-family: 'Arial';
    position: relative;
}

nav img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    margin-top: -10px;
    padding-left: 30px;
    padding-right: 20px;
}

nav h2{
    display: inline;
    margin-right: 10px;
    float: left;
    padding-right: 500px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    display: inline;
    margin-right: 10px;
    padding-left: 15px;
}

nav ul li a{
    color: white;
    text-decoration: none;
}

nav ul li a span{
    color: white;
    text-decoration: none;
}

#intro{
    display: flex;
    color: white;
    position: relative;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
}

.line{
    color: white;
    font-weight: 100;
    font-size: 20px;
    margin: 20px;    
    margin-right: 100px;
    padding-left: 50px;
    text-align: justify;
}

.line h2{
    color: #3f0;
    font-size: 30px;
    display: inline;
    padding-right: 300px;
    margin-bottom: 80px;
    margin-left: 20px;
    margin-top: 30px;
}

.line p{
    font-size: 20px;
    text-align: justify;
    justify-content: left;
    margin: 20px;
    color: white;
    line-height: 30px;
    margin-left: 50px;
}

.img{
    display: block;
    border-radius: 20px;
    margin-right: 70px;
}

#list{
    display: flex;
    color: white;
    position: relative;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
}

.services-list{
    color: white;
    font-size: 20px;
    margin: 20px;
    margin-right: 100px;
    padding-left: 50px;
    text-align: justify;
}

.services-list h3{
    color: #3f0;
    font-size: 30px;
    display: inline;
    padding-right: 300px;
    margin-bottom: 80px;
    margin-left: 20px;
    margin-top: 30px;
}

.services-list p{
    font-size: 20px;
    text-align: justify;
    justify-content: left;
    margin: 20px;
    color: white;
    line-height: 30px;
    margin-left: 50px;
}

.item{
    display: block;
    border-radius: 20px;
    margin-right: 70px;
    background-color: #3f0;
    margin: 20px;
}

.item h4{
    color: #333;
    font-size: 20px;
    display: inline;
    margin: 20px;
    padding-right: 300px;
    margin-bottom: 80px;
}

.item p{
    font-size: 20px;
    text-align: justify;
    justify-content: left;
    margin: 20px;
    color: white;
    line-height: 30px;
    margin-left: 50px;
}

.item a{
    color: #333;
}

.item:hover{
    background-color: #333;
}

.item:hover h4{
    color: #3f0;
}

.item:hover a{
    color: white;
}

#footer{
    display: block;
    background-image: url(download.jfif);
    color: white;
    padding: 20px;
    margin: 40px;
    border-radius: 20px;
}

.contact{
    padding: 20px;    
    margin: 10px;
    border-radius: 10px;
}

.contact h2{
    color: #3f0;
    font-size: 30px;
    display: inline;
    padding-right: 300px;
    margin-bottom: 80px;
    margin-left: 20px;
}

.contact p{
    font-size: 20px;
    text-align: justify;
    justify-content: left;
    margin: 20px;
    color: white;
    line-height: 30px;
    margin-left: 50px;
}

.contact a{
    color: #3f0;
    text-decoration: none;
    font-size: 20px;
    margin-left: 65px;
}

.contact a:hover{
    color: white;
    background-color: #333;
}

.socialMedia{
    color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
}

.socialMedia h2{
    font-size: 30px;
    display: inline;
    padding-right: 300px;
    margin-bottom: 80px;
    margin-left: 20px;
}

.socialMedia ul{
    list-style-type: none;
    margin: 20px;
    margin-left: 30px;
    display: flex;
}

.socialMedia ul li{
    color: white;
    font-size: 20px;
}

.socialMedia ul li a{
    color: white;
    size: 40px;
}
