:root{--content-width:85%;--content-text-width:75%}html,body{height:100%;margin:0;padding:0;font-family:Verdana,Geneva,sans-serif;font-size:17px;font-weight:400;color:#000;letter-spacing:0;word-spacing:2px;line-height:1.5;text-decoration:none;text-transform:none;text-align:justify}.container{display:flex;flex-direction:column;width:var(--content-width);min-height:80vh;margin:0 auto}.container-row{display:flex;flex-direction:row;width:var(--content-width);margin:0 auto}.header{background-color:#212529;min-height:10vh;display:flex;align-items:center;flex-direction:row}.header a{color:#ced4da;text-decoration:none}header a:hover,header a:active{color:#fff}.header-logo-text{flex:1;font-size:30px;display:flex;align-items:center}.logo-img{height:75px;width:75px}.nav{flex:1}.nav-list{display:flex;flex-direction:row;justify-content:space-between;list-style:none;padding:0}.main{flex:1;display:flex;width:var(--content-text-width);align-items:center;margin:0 auto}.landing-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh}.landing-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5%}.landing-text{display:flex;flex-direction:column}.footer{background-color:#f8f9fa;display:flex;align-items:center;flex-direction:row;min-height:10vh}.footer a{color:lightslategray;text-decoration:none}footer a:hover,footer a:active{color:#000}a{text-decoration:none}.image{width:200px;height:auto}@media(max-width:768px){:root{--content-width:95%;--content-text-width:90%}.header{display:flex;flex-direction:column;background-color:#000;color:#fff;min-height:30vh;align-items:center}.header-logo-text{display:flex;align-items:center;justify-content:center}.logo-img{height:50px;width:50px;display:none}.container-row{display:flex;flex-direction:column;width:var(--content-width)}.nav-list{display:flex;flex-direction:column;justify-content:space-between;list-style:none}.landing-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5%}}