<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert {
  color: black;
  margin: auto;
  border: 1px solid;
  padding: 2px;
  font-size: 0.7em;
}

.grey {
  border-style: solid;
  border-color: darkgrey;
}

.emphasized { 
  font-size:1em ;
}

.white {
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
  font-family: Lato;
  line-height: 2;
  font-size:1.9em ;
  letter-spacing: 2px;
}

.fot {
  border-style: solid;
  border-color: darkgrey;
}

hr.new {
  border: 3px solid #eeeeee;
  border-radius: 2px;
}

hr.new1{
  border-top: 3px solid #0b396e;
  border-radius: 3px;
}


#borderimg1 { 
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(cropped-ginten-bild-7.jpg) 30 round;
}

.round {
  border-radius: 25px;
}

.newa {
  font-family: Lato;
}

.alegraya {
  font-family: Lato Serif;
  text-align: center;
}

.alegraya1 {
  font-size: 60px;
  text-align: center;
}

.textaboutme {
  line-height: 1.2;
  font-size:1.2em ;
  font-family: Lato Sans-Serif;
  letter-spacing: 2px;
}

.sides {
  margin-left: 1em;
}

h1, h2, h3, h4 {
    letter-spacing: 3px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-top: solid 0.3px #66666666;
  text-align: center;
}

'.left {
  text-align: left;
}

.right {
  float: right;
}

#border {
  border-radius: 10px;
}

.just {
  padding: 3px;
  font-size: 1.1em;
  text-align: justify;
}

.round {
  border-radius: 400px;
}

.cen {
  text-align: center;
}

.lower {
  text-transform: none;
}
</pre></body></html>