h1 {
    text-align: center;
    color: black;
}
h2 {
    text-align: center;
    color: black;
    transform: uppercase;
}
body {
    background-color: lightgrey;
    background-image: url(background.jpg);

}
p {
    margin-right: 70px;
    margin-left: 70px;
    border-left-style:solid;
    border-color: black;
    border-width: medium;
    background: rgba(77, 140, 228, 0.2)

}
p.txt {
    font-size: 20px;
    font-stretch: expanded;
    margin-top: 50px;
}
p.qst {
    text-align: center;
    color: black;
    font-stretch: expanded;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-top: 50px;

}
.column.left {
    float: left;
    width: 20%;
}
img.img {
   margin-left: 450px;
    width :500px;
    height :300px;
}

p.quote {
    text-align: left;
    color: black;
    font-stretch: expanded;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}
table, th, td {
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
    background-color: rgba(77, 140, 228, 0.2);
    font-size: 20px;
    font-stretch: expanded;
    margin: auto;
}
p.site {
    font-size: 20px;
    font-stretch: expanded;
    font-style: italic;
}
hr {
    height: 4px;
    color: black;
    background-color: black;
    width:100%;
    
}