*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
h2{
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Courier New', Courier, monospace;
}
.bg{
        border: 2px solid black;
        padding: 150px;
        background: url(../images/LOGO\ 3\ PNG\ FILE.png);
        background-repeat: no-repeat;
        background-size: 300px 100px;
        background-position: center;
    }

    .center {
        margin: auto;
        width: 40%;
        border: 100px solid #f7f8f7;
        padding: 10px;
    }