@import url('https://fonts.googleapis.com/css?family=Sora&display=swap');
body {
    background-image: url("istockphoto-1201519844-170667a.jpg");

    font-size: 32px;
    font-family: 'Sora';
}

.next{
    font-size: 32px;
    font-family: 'Courier New', Courier, monospace;
    background-color: lightpink;
    position: relative;
}

div.section{
    width: width;
    text-align: center;
    border-radius: 50px;
    background-color: aqua;
    border: 7px solid navy;
    padding: 0px 10px 0px 10px;
}
div#storyCont{
    width: width;
    text-align: left;
    border-radius: 50px;
    background-color: aqua;
    border: 7px solid navy;
    padding: 0px 10px 0px 10px;
}