@import url('https://fonts.googleapis.com/css?family=Roboto|Ubuntu&display=swap');

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

h2 {
    font-family: "Ubuntu";
}

li {
    font-family: "Ubuntu";
}

.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


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


.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
}

.sidenav a {
    color: white;
    padding: 16px;
    text-decoration: none;
    display: block;
}


.sidenav a:hover {
    background-color: #ddd;
    color: black;
}

.content {
   /* margin-left: 200px;*/
    padding-left: 20px;
}


.column {
    float: left;
    width: 15%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}