html {
  background-color: #FFD1A4;
}
  
h1 {
  font-family:Pixelify-Sans;
}

p{
background-color: #FFF2B8;
margin: 2px;
border-radius: 8px;
line-height: 1.2;
}

p.solid{
    border-style: solid;
    border-width: 2px;
    border-color: #B17E21;
}

body {
font-family:Titillium;
}

.topnav {
    overflow: hidden;
    background: #A9A6CD;
    border-radius: 8px;
    border-color: #A9A6CD;
}

.topnav a {
    float: center;
    color: #f2f2f2;
    text-align: center;
    padding: 18px 30px;
    margin: 18px;
    font-size: 16px;
    font-weight: bold;
    background-color: #4DB2FE;
    border-radius: 8px;
}

.topnav a:hover {
    background: #C04DFF;
    color: black;
}

.topnav a:active {
    background: #7924A7;
    color: black;
} 

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.left {
    float: left;
    margin: 3px;
    padding: 5.5px;
}

.right {
    float: right;
    margin: 3px;
    padding: 5.5px;
}

@font-face {
    font-family:Titillium;
    src: url(https://taleb.neocities.org/.fonts/Titillium%20Web%E2%80%93Regular-1.ttf), url('titillium.tff');
}

@font-face {
  font-family:Pixelify-Sans;
  src: url(https://taleb.neocities.org/.fonts/Pixelify%20Sans%E2%80%93Regular.ttf), url('pixelify-sans.tff');
}
