@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Special+Elite&display=swap');

body {
    color: rgb(0, 0, 0);
    background-color: rgb(217, 200, 233);
    font-family: 'Special Elite', cursive;
}
h3 {
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
    color: darkmagenta;
}

div {
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    border: 10px solid rebeccapurple
}

.adaptable {
    width: 100%;
    height:auto;
}