@font-face {
    font-family: "opensans";
    src: url(fonts/opensans-variablefont.ttf);
}
:root {g
    --clr-bg: #ffffff;
    --clr-fg: #24283b;
}
* {
    box-sizing: border-box;
}
html {
  align-items: center;
    overflow-y: scroll;
    scrollbar-color: #242424;
    scrollbar-width: thin;
  display: flex;
}
body {
     background-color: #edebeb;
     background-image: url('https://i.imgur.com/ginhAsE.gif');
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.286);
    align-items: center;
    margin: auto;
    background-color: #edebeb;
    font-family: "opensans", sans-serif;
    line-height: 30px;
    width: 850px;
    padding: 20px;
   line-height:22px;
   cursor: url(https://i.imgur.com/gENXYip.gif), auto;
}
.container {
  display: flex; 
  justify-content: center; 
  margin: 10px;
  padding: 30px;
    border: 1px solid #3d3d3d;
    display: block;
    width: 100%;
        background-color: #fff;
}

.box {
    align-items: center;
  margin: auto;
  padding: 12px;
    border: 1px solid #3d3d3d;
  border-radius: 10px;
    box-shadow: 5px 5px #3d3d3d;
    display: block;
    width: 88%;
 
}

}
header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px 0;
}
header a {
    flex-shrink: 0;
}
nav {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    margin-left: 15px;
    gap: 48px;
    padding-top: 5px;
    justify-content: center;
}
.main {  
    font-size: 30px;
    font-weight: 900;
  display: block;
  margin-top: 60px;
}
a {
    color: #242424;
    text-decoration: none;
}
a:hover {
  color: #cb2819;
}

.cursor {
  cursor: url(https://i.imgur.com/gENXYip.gif), auto;	
}

.hover-txt::after, 
.hover-txt::before {
  content: ' ' ;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background: linear-gradient(to right, #e0d9d3, #5c8754);
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-txt::before {
top: -5px;
transform-origin: left;
}

.hover-txt:hover::after,
.hover-txt:hover::before {
transform: scaleX(1);
}
::selection {
    color: #cb2819;
    background: #fff;
}
/* .underline{
border-bottom: 1px solid #77787a;
width: 100%;
display: block;
  padding: 10px;
} */


/* CATEGORIES -> EDUCATIONAL MATERIALS, ORGANIZATIONS, VIDEO*/