html{
    height: 100%;
    margin: 0;
  }
body {
    line-height: 1;
    margin: 0px;
}
nav ul {
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
}
ul.topnav li {
    list-style: none;
    float: left;
}
  
ul.topnav li.topnav-right {
    float: right;
}
  
ul.topnav li a {
    display: block;
    text-decoration: none;
    min-height: 16px;
    text-align: center;
    padding: 14px;
    text-transform: capitalize;
    color:black;
}

a{
    width: 100px;
}
  
/* menu*/
.topnav {
    background-color: rgb(212, 105, 16);
    overflow: hidden;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.active {
    background-color: #4CAF50;
    color: white;
}
  
@media screen and (max-width: 768px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

@media screen and (min-width: 1280px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}
/*lista comentarii*/
.list {
    margin-top: 20px;
}
.list span{
  height: 60px;
  border-radius: 25%;
  padding-right: 20px;
  position: relative;
  padding-left: 10px;
}
.list img {
    height: 60px;
    border-radius: 25%;
}

.list > div {
    display: flex;
    align-items: center;
    padding : 30px;
}

input[type=text] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    display: flex;
    border: 3px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;
}

div button{
  font-size:70%;
  border-radius:10px;
}