body {
    background-color: bisque;
    text-align: center;
    color: rgb(222, 64, 90);
}

a {
    color: palevioletred;
}

h1 {
    transform: scale(0.75, 3) skew(15deg, 2deg);
}

.internet{
    border: 2px groove rosybrown ;
}

.special{
    transform: scale(5,3);
}

.webring_container{
    display: flex;
    justify-content: space-around;
}