* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #fffffff; 
	background-image: url("0815.jpg"); 
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.links {
  	width: 400px;
  	background-color: transparent;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: auto auto;
    border-style: solid;
    border-color: transparent ;
  	color: #5b6574;
	opacity: .8;
}
.links h1 {
  	text-align: center;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
    border-color: #ffffff ;
    border-style: solid;
	background-color: #ffffff;
	
	
}
.links div[type="link"] {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.links div i[type="key"] {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #40c29b; /* Form */
  	color: #ffffff;
	opacity: .8;
}
.links div a[type="value"] {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 310px;
  	height: 50px;
	text-decoration: none;
  	border: 1px solid #dee0e4;
  	color: #5b6574;
	background-color: #ffffff;
}
