h1  {
		color:red;
		font-family:alfredo;
		font-size:400%;
		
}
h2  {
		color:red;
		font-family:Vladimir script;
		font-size:300%;
}

p 	{
		text-align:justify;
		font-family:Bradley Hand ITC;
		font-size:140%;
}

a:link {
    color: red;
    background-color: none;
    text-decoration: none;
}
a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: orange;
    background-color: transparent;
    text-decoration: underline;
}

div 		{
	padding:10px;
	margin:20px;
	background-color:#F5BCA9;
}

body{
		background-color:#000000;
}
img{
			width:100%;
			height:550px;
			position:relative;
			border-radius:8px;
}
video {
    max-width: 40%;
    height: auto;
}




