body {
    background-color: rgb(59, 131, 255);
}

#topic {
    text-align: center;
    font-family: "Oswald", "consolas";
    color: black;
    font-size: 50px;
}

p {
    text-align: center;
    font-family: "Oswald", "consolas";
    color: black;
    position: relative;
    top: 20px;
    font-size: 20px;



}

#img1 {
    position: relative;
    margin-left: 13.5cm;
    height: 275px;
    top: 100px;
}


#text1 {
   text-align: center;
    font-size: 20px;
    position: relative;
    bottom: 7cm;
    font-family: "Oswald", "consolas";
    
    
}

