* {
    transition: all 300ms ease-in-out;
}

html {
    font-family: 'Josefin Sans', 'Barlow Condensed', 'PT Sans', Oswald, Roboto, Ariel, sans-serif;
}


body {
    margin: 0;
}


nav {
    margin-top: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content {
    padding: 1em;
    max-width: 75ch;
    margin: auto;
}

h1 {
    color: rgb(0, 0, 0);
    font-size: 1em;
}

p {
    font-size: 20px;
}

body {
    background: rgb(255, 255, 255);
}

a {
   color: rgb(126, 126, 126);
   text-decoration: underline;
   transition: border-radius 45ms ease-in-out;
   
}

a:hover {
    background: #e6e6e6;
    border-radius: 25px;

}

.title {
    color: rgb(0, 110, 255);
}

.site-title {
    text-decoration: rgb(0, 0, 0);
    font-size: 2.5em;
    margin-left: 38px;
}

.title-name {
    text-decoration: rgb(0, 0, 0)
}

#italic {
    color: orange
}

.container {
    border: 10px dashed orange;
    margin: 50px 5px 25px 0px;
    padding: 30px 0px 10px 35px;
}

.boxlink {
    display: block;
    height: 100px;
    width: 200px;
    font-weight: bold;
    background-color: rgb(226, 226, 226);
    margin: 20px 20px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    text-align: center;
    line-height: 100px;
}

.topright {
    position: fixed;
    right: 10px;
    top: 10px;
}

.backtopage {
    display: inline;
    color: rgb(148, 148, 148)
}