<head>
<link rel="stylesheet" type="text/css" href="sk-styles3. css">
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 20;
  background: rgba(0, 0, 0, 0.1);
  color: #262932;
  width: 100%;
  padding: 0px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 100px;
  font-size: 10px;
  padding: 10px;
  border: none;
  background: #000;
  color: #000;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
</head>
body
{
    background: url(bkk3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
   overflow-y:auto
}
{
background-color:#1d2128;
}

h1 {
	font-family: 'Roboto', sans-serif;


	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 23px;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
        font - color:#1d2128;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
blockquote {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
pre {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}

a:link {
    color: #1d2128;
    text-decoration: none;


}
a:visited {
        text-decoration: none;
color: #1d2128;

}
a:hover {
text-decoration: none;
color: #1d2128;

}


