body {
    background-image: url(https://background-tiles.com/overview/grey/patterns/large/1041.png)
}

.rlbox {
    width: 900px;
    background-color: darkslateblue;
    border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    color: skyblue;
    font-family: monospace;
    margin-right: 10%;
    margin-left: auto;
    box-shadow: white 0px 7px 29px 0px;
}

.rlheader {
    width: 100%;
    font-size: 100px;
    text-align: center;
    height: 220px;
}

.smallbox {
    position: fixed;
    background-color: darkslateblue;
    width: 300px;
    height: 300px;
    border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    box-shadow: white 0px 7px 29px 0px;
    margin-left: 5%;
    top: 200px;
    color: skyblue;
    font-family: monospace;
    overflow-y: scroll;
}

h1 {
    text-align: center;
}

p {
    margin: 1%;
}

h2 {
    margin: 1%;
}

h3 {
    margin: 1%;
}

h4 {
    margin: 1%;
}