.navbar{display:flex;height:100px}.NavBar{background-color:#000;height:70px;width:100%}.navbar_wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 30px}.container{max-width:1280px;display:flex;justify-content:space-between;padding:0 20px;align-items:center;height:100%;margin:0 auto;flex-wrap:wrap}.NavBar img{cursor:fixed}.NavBar h3{color:#fff}.NavBar button{cursor:pointer;width:115px;justify-self:end;padding:5px 0;border:1px solid transparent;border-radius:5px;background-color:#fff}.menu_buttons{display:flex;gap:0}.hamburger-react{display:none}.menu_buttons span{font-weight:600;font-size:18px;cursor:pointer;color:#fff}.menu_buttons span:hover{text-decoration:underline;color:#ffffff90}.slider{background-color:#000;display:none;flex-direction:column;position:fixed;align-items:center;gap:20px;padding-top:100px;color:#fff;font-size:23px;height:100vh;width:100vw;z-index:20;transition:all .6s;right:-700px}.open{right:0}.footer{z-index:15;background-color:#000;width:100%;position:fixed;bottom:0;height:70px;color:#fff}.footer_container{display:flex;align-items:center;height:100%;padding:0 20px;max-width:1280px;flex-wrap:wrap;margin:0 auto}.social_buttons_container{margin-left:auto;display:flex;gap:10px}.social_buttons_container img:hover{transition:all ease-in .3s;transform:rotate(360deg);cursor:pointer}@media only screen and (max-width: 600px){.menu_buttons{display:none}.slider{display:flex}.hamburger-react{display:flex;z-index:21}.NavBar .container{display:flex;justify-content:center}.NavBar{height:100px}.footer{position:relative}.footer_container{justify-content:center}.social_buttons_container{margin-left:0}}.navbar_link{color:#fff!important;font-weight:600;display:flex;gap:15px}.navbar_link a{color:#fff!important;font-weight:600;font-family:Cabin Sketch,cursive}.navbar_link a:hover{text-decoration:underline;cursor:pointer}body{margin:0;font-family:Cabin Sketch,cursive;background-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:800;background-image:url(/background.jpeg);background-size:cover;background-position:auto}a{color:#fff}.content_container{color:#fff;background-color:#000;display:flex;max-width:fit-content;margin:80px auto 20px;padding:20px 40px;border-radius:10px;flex-direction:column;justify-content:center;align-items:center}.content_container h1{font-size:4rem;color:red}.paragraph_container{display:flex;gap:20px;font-size:1.5rem;flex-wrap:wrap;justify-content:center}.paragraph_container img{width:400px}@media screen and (max-width: 660px){.content_container{margin-top:10px}.content_container h1{font-size:1.3rem}.paragraph_container img{width:80%}.paragraph_container p{font-size:1rem}}
