h1{
    text-align: center;
}
p{
    max-width: 40%;
    word-wrap: normal;
}
body{
    background-image: url('SMT.jpg');
    background-size: cover;
    color: white;
    font-family:"Courier New";
}