noselect {
text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
body {
margin:11%;
background-color: #000000;
font-family: "Arial", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 34px;
color: #ffffff;
letter-spacing: normal;
line-height: 1;
}
a {
color: #ffffff;
text-decoration: none;
border-bottom: 0px solid #000000;
}
a:hover {
color: #444444;
}
a:visited {
color: #838383;
}
p {
font-family: "Arial", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #ffffff;
letter-spacing: normal;
line-height: 1;
}