*{
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    margin: 0;
    outline: none;
}

.comments{
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(90deg, rgba(2,51,0,1) 55%, rgba(51,21,15,1) 100%);
    border-radius: 15px;
    border: 2px solid white;
    width: 66%
    margin: 20px;
    margin-bottom: 50px;
}

th, tr{
    width:50%;
}

.commentsect{
    background: linear-gradient(90deg, rgba(51,21,15,1) 0%, rgba(2,51,0,1) 100%);
    border-radius: 15px;
    border: 2px solid white;
    width: 200px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 25px;
}
div.container-fluid.bg-white.text-white.commentsect
{
    width: 88%;
}
textarea, input{
    border-radius: 5px;
}

.fredoka{
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.left{
    margin-right: 20px;
}

.right img{
    margin-bottom: 10vw;
}

button{
  display: inline-block;
  border-radius: 4px;
  background-color: #7BC376;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 120%;
  padding: 20px;
  margin-bottom: 20px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
button.btn.btn-success
{
    width: 64px;
    height: 64px;    
}
button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

button:hover span {
  padding-right: 25px;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}

html, body{
    height: 100%;
    margin: 0;
    font-family: Arial;
    background: linear-gradient(90deg, rgba(1, 38, 0, 1) 0%, rgba(38, 16, 11, 1) 100%);
    color: white;
}

.right img{
    border: solid 2px white;
    border-radius: 15px;
    float: right;
}

.notice{
    padding: 25px;
    background: linear-gradient(90deg, rgba(2,51,0,1) 55%, rgba(51,21,15,1) 100%);
    border-radius: 15px;
    border: 2px solid white;
    width: 40%;
    margin: 20px;
}

.m{
    font-family: "Fredoka", sans-serif;
    margin: 0px;
    height: 100%;
    padding: 20px;
    font-size: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: auto auto;
}

.cool-box{
	background-color: rgba(100,100,100,0.1);
	box-shadow: 3px 3px 1em rgba(0,0,0,0.6969);
	border-radius: 15px;
	border: 1px solid white;
}

.nav-bar{
    width: calc(100% + 16px);
    margin: 0;
    margin-top: -8px;
    overflow: hidden;
}

li a{
    display: block;
    color: white;
    text-align: center;
    padding: 10px 26px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #222222;
}

li a:hover:not(.active) {
    background-color: #111;
}
  
.active
{
    background-color: #04AA6D;
}

.sticky{
  position: fixed;
  top: 8px;
  width: 100%;
}

.stickyy+ .content {
  padding-top: 60px;
}

.title{
    text-align: center;
    font-size: 200%;
}

div.container-fluid.col-md-12.col-6
{
    min-width: 200px;
}

img{
	height: auto;
	max-width: 400px;
	min-width: 100px;
}


.center{
    text-align: center;
}

a{
    text-decoration: none;
    color: green;
}