@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 13px; 
	font-weight: 200;
    height: 100%;
	}

.background1 {
    background: rgb(71,71,71);
    background: linear-gradient(146deg, rgba(71,71,71,1) 0%, rgba(193,193,207,1) 100%);  
    background-attachment: fixed;
}
	
h1 {
	font-weight: 200;
    font-family: 'Roboto', sans-serif;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	}
		
.text1 {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    text-align: center;
    padding-top: 2%;
    text-shadow: 0 0 3px #a7bdcc, 0 0 5px #c1cfd9;
}

.text2 {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    text-align: center;
    padding-top: 2%;
    text-shadow: 0 0 3px #a87532, 0 0 5px #ccb99f;
}

.text3 {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    text-align: left;
    padding-top: 2%;
    text-shadow: 0 0 3px #a87532, 0 0 5px #ccb99f;
}

.text4 {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 14px;
    text-align: right;
    padding-top: 2%;
    text-shadow: 0 0 3px #a7bdcc, 0 0 5px #c1cfd9;

}

a.one:link {
    color: cornsilk;
    text-decoration: none;
}

a.one:visited {
    color: cornsilk;
    text-decoration: none;
}

a.one:hover {
    color: burlywood;
    text-decoration: none;
}

a.two:link {
    color:black;
    text-decoration: none;
}

a.two:visited {
    color: black;
    text-decoration: none;
}

a.two:hover {
    color: cornsilk;
    text-decoration: none;
}


    
    
    
    