body {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 1.6rem;
  font-style: normal;
    background-image: url(https://sophiatesting.com/images/demo/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 11px #000;
}

#content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

a, a:hover, a:focus, a:active, a.active {
    color: #70CA3B;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}

#logo1 {
    background-image: url(https://sophiatesting.com/images/demo/office-bg.jpg);
    background-position: center center;
}

#logo1 img {
    margin-top: 20px;
    margin-bottom: 10px;    
}

#logo2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    color: #fff;
    background-color: #42AD00;
    border-color: #42AD00;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    border-radius: 3px;
    padding: 20px 40px;
}

p {
    padding-left: 20px;
    padding-right: 20px;
}