h1 {
    text-align: center;
    color: black
}

body {
    text-align: center;
    background: linear-gradient(to left, #ff33cc 0%, #cc33ff 100%);
    border-radius: 10px;
}

p {
    font-size: 20px;
    background-color: rgb(182, 119, 255);
    border-radius: 15px;
    width: fit-content;
    height: fit-content;

}

a {
    font-size: 20px;
    color: black
}

div {
    border: solid 5px;
    border-radius: 10px;
    margin: 20px;
    overflow: hidden;
    background-color: rgb(202, 57, 144);
    padding: 20px;
}

.next-button {

    float: left;

}

.previous-button {

    float: right;

}

#home-button {
    float: right;

}
img{

border-radius: 20%;

}