body {
	background-image: url('images/uk.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100% 100%;
	font-size: 20px;
}
header, article, footer{
	background-color: White;
}
.center {
	text-align: center;
}

footer {
	text-align: center;
}
/*1*/
.myButton {
	background-color:#003aad;
	border-radius:28px;
	border:3px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#f24437;
}
.myButton:active {
	position:relative;
	top:1px;
}
.black {
	background-color: black;
}

.center-img {
  display: block;       
  margin-left: auto;    
  margin-right: auto;
}
.footer {
	font-size: 15px;
}
.white {
	background-color:white;
}
/*2*/
.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}
/*3*/
h1 {
  text-shadow: 2px 2px 5px red;
}
/*4*/
#borderimg {
  border: 10px solid transparent; 
  padding: 15px;
  border-image: url(images/uk.png) 30 round;
}
/*5*/
.img {
  clip-path: circle(50%);
}
/*6*/
.img2 {
  filter: blur(4px);
}
/*7*/
.img3 {
  border-radius: 8px;
}
/*8*/
span {
  writing-mode: vertical-rl; 
}
