h1 {
    font-family: 'Fasthand';
    text-align: center;
    top: 0;
    padding: 0;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
}

.box1 {
    width: auto;
    height: auto;
    margin: 2% 15%;
    text-align: center;
}

.box2 {
    width: auto;
    height: auto;
    margin: 2% 15%;
    text-align: center;
    
    
}

body {
    font-size: 1.5em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 100%;
    position: absolute;
}

p {
    min-width: 50%;

}

.side-bar {
    left: 0px;
    margin: 0px;
    
    width: 10%;
    height: 100%;
    background-color: #373737;
    position: absolute;
    top: 0px;
    position: fixed;

    
   
}

.side-bar2 {
    right: 0px;
    margin: 0px;
    
    width: 10%;
    height: 100%;
    background-color: #373737;
    position: absolute;
    top: 0;
    position: fixed;
        
}
