*{
    color: white;
    font-family: 'Roboto', sans-serif;
}

body{
    background-color: #1E2122;
}

#title{
    color: white;
    text-align: center;
    font-size: 100px;
    font-family: roboto, sans-serif;
    padding-top: 50px;
}

.P1-Website{
    align-items: center;
    margin: auto;
    width: 950px;
}


.P1-Website p{
    width: 950px;
    font-size: 20px;
    text-align: center;
}

#p1img{
    border-radius: 10px;
}

h2{
    margin-top: 2%;
    text-align: center;
    margin-bottom: 2%;
}

.P2-Server{
    width:950px;
    font-size: 20px;
    align-items: center;
    margin: auto;
}

.P2-Server p{
    text-align: center;
}

.grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
    padding: 10px;
    /* font-size: 50px; */
}

.grid > div {
    border: 0.5px solid black;
    border-width: 3px;
    padding: 20px;
    text-align: center;
}

.img:hover{
    transform: scale(1.03);
    transition: 0.3s;
}

