body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
 }

.background {
    background-image: url("../images/countryside-tree-1200x675.jpg");
    background-color: #cccccc;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.announce-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: black;
}




