html {
    background-color: #4e58e6;
    
    
}

body {
    background-color: #e668d3;
    border: 8px solid rgb(255, 255, 255);
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif

}


h2 {
    font-size: 3.0em;
    text-align: center;
}