/*phone*/

@media only screen and (orientation: portrait)
{
html{
	background-color: black;
}
#logo{
	width: 20vw;
	position: fixed;
	top: 5vw;
	left: 2vw;
	z-index: 3;
}
p{
	color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4vw;
	width: 77%;
}
h2{
	color: white;
	position: fixed;
	bottom: 4%;
	right: 9%;
	font-size: 3.5vw;
}
}