a {
    color:#fff;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
    color: #ffffff;
    font-size: 1.5rem;  

}

a:hover { text-decoration: none;}

h1 { font-size: 4rem; margin: 0;}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
    background: url("https://cdn.pixabay.com/photo/2015/04/20/06/46/office-730681_1280.jpg");
    background-size: cover;
    background-repeat: no-repeat;   
    font-family: "Roboto";

    font-style: normal;
    min-height: 100vh;
    overflow:hidden;
    color: #fff;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.center-block { display: table;
    height: 100vh;
    width: 100%;
    
}

.content {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
}

.context-text {
	display: inline-block;
	padding: 2rem;
	border-radius: 1rem;
	background-color: rgba(0,0,0,0.4);
}