﻿#logo {

    padding-top: 5em;

	margin:auto;

}



body { 

  background: url(https://i.goopics.net/2Egd8.jpg) no-repeat center center fixed; 

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  font-family: 'Play', sans-serif;

}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.Title {

    color:black;

}



html {

    overflow-y:scroll;

}



.Title {

	padding: 0.25em;

	border: 2px solid blue;

	border-radius: 5px;

}



a:link {

    text-decoration: none;

}

a:hover {

    text-decoration: none;

}



.faLink {

	color:white;

}

