﻿body {
    overflow: initial;
    background-color: rgb(45, 45, 45);
    background-image: url(../images/George-Washington.png);
    background-position: center;
    background-size: cover;
}

.hsSize3 {
    text-align: center;
    font-size: 48px;
}

.hsSize_my {
    text-align: center;
    font-size: 26px;
    background-color: rgba(45, 45, 45, 0.69);
}

/*media query*/

@media only screen and (max-width:543px) {
    .hsSize3 {
        font-size: 30px;
    }
    
    .hsSize_my{
        font-size: 22px;
    }
}
