@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'), url('https://fonts.cdnfonts.com/s/57197/times.woff') format('woff');
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0; 
  left: 0;
  background-color: #f5f5f5; 
  overflow-x: hidden; 
  padding-top: 20px;
 border-right: 1px solid #000000;
 
}

a{
  padding: 6px 8px 6px 16px;
  font-weight: lighter;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
       font-family: 'Times New Roman', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
}

.sidenav {
  color: #6d6d6d;
}

.box {
    border: 1px solid black;
    padding: 12px;
    border-top: 8px solid black;
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: black;
    min-height: 60px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

}

img {
    border: 1px solid black;
}

p {
    font-family: 'Times New Roman', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    color: black;
}
li {
    margin-left: 50px;
    margin-top: 75px;
    font-family: 'Times New Roman', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 100px;
    text-align: justify;
    color: black;
}

li:hover {
color:rgb(46, 46, 46)
}   
      


button {
    margin-top: 10px;
    border: 1px solid black;
    border-top-style: solid;
    min-height: 10px;
    font-family: 'Times New Roman', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-align: justify;

}



button:hover {
color:rgb(46, 46, 46)
}

div.Container {
    display: flex;
    gap: 4px;
    margin-left: 10px;

}

div.Buttons {
    position:relative;
    display: inline;
}

.main {
      margin-left: 250px; 
  padding: 0px 1px;
}

.big {
    font-size: 40px;
}

.small {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bolder;
}

div.profilePicture {
    display: flex;
    gap: 1px;
}