header {
    background-color: #F63232;
    color: white;
    text-align: center;
    width: 100%;
    height: 115px;
    position: fixed;
    top: 0;
    left: 0;
    }

h1 {
    border: 8px solid white;
    border-radius: 36px;
    padding: 6px 12px;
    display: inline-block;
    font-family: "Comic Sans MS", cursive, sans-serif;
    }

    p {
        margin-top: 250px;
        font-size: xx-large;
        text-align: left;
        float: left;
    }