body {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f86c8+0,132e42+100 */
background: rgb(31,134,200); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(31,134,200,1) 0%, rgba(19,46,66,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(31,134,200,1) 0%,rgba(19,46,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(31,134,200,1) 0%,rgba(19,46,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f86c8', endColorstr='#132e42',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-size: cover;
height: 100vh;
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
}
#main {
  height: 100vh;
  width: 100%;
}
.container-content {
  height: 100vh;
  width: 100%;
}
a {
  color: #fff;
}