html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("images/wfytv-bg-texture-overlay.png"), url("images/wfytv-bg-main.png");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-color: #212c31;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
h1 {
    font-family: "articulat-cf", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 60pt;
    line-height: 55pt;
    color: whitesmoke;
    max-width: 700px;
  }
  
  p {
    font-family: "articulat-cf", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: whitesmoke;
    padding-bottom: 50px;
    padding-top: 100px;
  }

.main-container {
    width: auto;
    height: auto;
    position: relative;
    padding: 80px 80px;
}

.go-to {
    font-family: "articulat-cf", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #333843;
    width: 150px;
    height: 25px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: antiquewhite;
    border-radius: 50px;
    border-color:#333843;
    cursor: pointer;
}