body {
    
    justify-content: center;
    align-content: center;
    justify-items:center;
    align-self:center;
    color: white;
    font-size: large;
    background-color: rgb(28, 46, 28);
    background: #102417;
background: -webkit-linear-gradient(90deg,rgba(16, 36, 23, 1) 0%, rgba(26, 102, 55, 1) 50%, rgba(28, 89, 40, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(16, 36, 23, 1) 0%, rgba(26, 102, 55, 1) 50%, rgba(28, 89, 40, 1) 100%);
background: linear-gradient(90deg,rgba(16, 36, 23, 1) 0%, rgba(26, 102, 55, 1) 50%, rgba(28, 89, 40, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#102417",
  endColorstr="#1C5928",
  GradientType=1
);
text-align:center;
}
div.dipshit {
    background-color: rgba(19, 29, 15,0.11);
    width:75%;
    height:45%;
    margin-bottom:0px;
    padding:1%;
    padding-top:0.1%;
    justify-items:center;
    align-items:center;
    justify-self:center;
    align-self:center;
    border-radius:15px;
    backdrop-filter: 15px;
}
section.topshit {
    text-align:center;
    background-color: rgb(31, 71, 25);
    justify-items:center;
    align-items:center;
    justify-self:center;
    align-self:center;
    margin-bottom:0px;
    border-radius:15px;
}
section.whour {
    background-color:rgb(100, 134, 31);
    margin-bottom:0px;
    border-radius:15px;
}
p.mykids {
    font-size: x-small;
}
a {
    color:rgb(134, 236, 134);
    text-decoration: none;
    transition: 200ms;
}
a:hover {
    color:rgb(41, 228, 41);
}