body {
    background-color: rgb(38, 0, 33);
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
}

img:hover {
    border-radius: 25px;
    transform: scale(1.04);
    box-shadow: 0 0 30px rgb(201, 50, 214);
    transition: all ease 0.5s;
}

img {
    border-radius: 25px;
}

main {
    padding: 25px;
    border-radius: 15px;
    background-color: rgb(0, 0, 0);
    width: 1200px;
    height: 400px;


}

h1 {
    color: rgb(246, 207, 255);
    padding-left: 28px;

}

h3 {
    padding: 20px;
    color: rgb(178, 132, 192);
}

h4 {
    padding: 35px;
    color: antiquewhite;

}

div {
    border: 2px solid rgb(157, 0, 255);
    border-radius: 35px;
}

div:hover {

    transform: scale(1.04);
    border-radius: 35px;
    box-shadow: 0 0 30px rgb(242, 0, 255);
    transition: all ease 0.5s;

}

.link {
    padding: 30px;
    color: rgb(178, 132, 192);
}
