html{
    height: auto;
    width: auto;
    margin: 0px;

}

body{
    /* background-color: olive; */
    /* background-image: url(Images/second.jpg); */
    background-color: hsl(0, 6%, 32%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.maincontainer{
    /* display: flex;
    flex-direction: column; */
    /* margin-left: auto;
    margin-right: auto; */
    /* width: 1024px; */
    /* padding-left: 50px;
    padding-right: 50px; */
}

.mainul{
    list-style-type: none;
    font-size: 1.5cm;
    padding: 0px;
    overflow: hidden;
    color: hsl(234, 69%, 53%);
    -webkit-text-stroke: 1.5px hsl(0, 0%, 0%);
    text-decoration: none;
}

#listservices li a{
    text-decoration: none;
    color: hsl(234, 69%, 53%);
    -webkit-text-stroke: 1.5px hsl(0, 0%, 0%);
    float: left;
    padding: 35px;

}
#listservices a:hover{
    /* color: aqua; */
    background-color: rgb(116, 114, 114);
    text-size-adjust: auto;
    text-decoration-line: none;
    padding: 10PX;
    font-size: .75em;
}

#listservicesother li a{
    text-decoration: none;
   color: hsl(234, 69%, 53%);
    -webkit-text-stroke: 1.5px hsl(0, 0%, 2%);
    float: left;
    padding: 35px;

}

#listservicesother li a:hover{
    /* color: aqua; */
    background-color: rgb(116, 114, 114);
    padding: 10PX;
    font-size: .75em;
}

#servicesVideo video {
    display: block;
    position: relative;
    width: 70em;

}

