body {
margin: 0;
padding: 0;
background-color: #0a0a0a;
font-family: "Source Sans 3", calibri, arial, serif;
font-size: 16px;
color: #ffffff;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: 100vh;
}

h1 {
font-size: 24px;
font-weight: normal;
}

a {
cursor: pointer;
color: #0077c6; 
text-decoration: none;
}

.page {
width: 700px;
background-color: #000000; 
border: 1px solid #000000;
border-radius: 10px; 
padding: 10px; 
box-sizing: border-box;
}

h2 {
margin: 20px 0px 20px 0px;
font-size: 20px;
font-weight: normal;
}

.site {
background-color: #0a0a0a;
width: 700px;
border-bottom: 1px solid #111111;
margin: 0px 0px 0px 0px;
padding: 10px;
box-sizing: border-box;
}

.site:hover {
filter: brightness(1.2);
}

.sitename {
color: #ffffff;
display: flex;
align-items: center;
}

p, .sitename, .sitelink {
overflow-wrap: break-word;
word-break: break-word;
margin-top: 0px; margin-bottom: 0px;
}

.favicon {
height: 26px;
width: 26px;
}

@media (max-width: 600px) {
.page {
width: 350px;
}

.site {
width: 350px;
}
.abouthov {
display: none;
}
}

@media (min-width: 768px) {
body {
background-color: #000000;
}
}