body{
    background-image: url("sunset.jpg");
    background-size: cover;
    margin: 0;
}

.home-button {
    position: absolute;
    top: 100px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-home {
    background-color: black;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-home:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.menu{
    display: flex;
    flex: 1;
    justify-content: left;
    background-color: white;
    border-bottom: 7px solid;
    border-color: black;
}

.menu div p{
    margin-left: 30px;
}

.menu img{
    margin-left: 35vw;
    margin-top: 7px;
    margin-bottom: 7px;
}

.logosite img{
    width: 20%;
}

.services{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,50%);
    place-content: center;
    align-items: stretch;
    align-content: center;
    gap: 20px;
    background-color: black;
    border: 2px solid white;
    border-radius: 30px;
    padding: 25px;
    justify-items: center;
}

.services a {
    text-decoration: none;
}

.services div {
    background-color: #000000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    min-height: 300px;
}

a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: white;
}

img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services a div {
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 5px;
}

h1 {
    font-size: 50px;
    font-family:"Finger Printed";
    display: grid;
    margin-bottom: 20px;
}

#content {
    padding: 10px 20px;
}

.main{
    display: flex;
    flex: 1;
    padding-bottom: 3%;
}

p{
    font-family: Arial, Helvetica, sans-serif;
}

.PGREDIRECTION{
    transition: transform 0.1s ease-in-out;
}

.PGREDIRECTION:hover{
    transform: scale(0.95);
}

#pdp{
    position: fixed;
    margin-top: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    border-top: 2px solid;
    border-color: white;
}

#pdp p {
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 3vw;
}

.pdcETcdu{
    display: flex;
    justify-content: right;
}

.pdcETcdu p{
    margin-right: 3vw;
    margin-left: 20vw;
}

.copyR{
    margin-right: 25vw;
    margin-left: 7vw;
}

#pdp span p{
    font-size: small;
    margin-left: vw;
}
