html {
    background-color: antiquewhite;
}

h1 {
    text-align: center;
    position: relative;
    top: 200px;
    left: 400px;

    font-size:100px;

    font-family: "alta-california", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.scroll-box {
    background: #f4f4f4;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 700px; 
    width: 700px;
    padding: 15px;
    overflow-y: scroll;
    position: relative;
    bottom: 300px;
}