#footer {
background-color: white;
width: 100%;
float: left;
border-top: 1px solid #e1e1e1;
}
.button-68 {   
    appearance: none;   
    backface-visibility: hidden;   
    background-color: black;   
    border-radius: 8px;   
    border-style: none;   
    /*! box-shadow: rgba(39, 174, 96, .15) 0 4px 9px; */   
    box-sizing: border-box;   
    color: #fff;   
    cursor: pointer;   
    display: inline-block;   
    font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;   
    font-size: 16px;   
    font-weight: 600;   
    letter-spacing: normal;   
    line-height: 1.5;   
    outline: none;   
    overflow: hidden;   
    padding: 13px 20px;   
    position: relative;   
    text-align: center;   
    text-decoration: none;   
    transform: translate3d(0, 0, 0);   
    transition: 0.5s;  
    user-select: none;   
    -webkit-user-select: none;   
    touch-action: manipulation;   
    vertical-align: top;   
    white-space: nowrap; 
    animation: start 0.75s;
}  
.button-68:hover {   
    background-color: #537eff;   
    opacity: 1;   
    transform: translateY(0);
    transition: 0.5s;
}  
.button-68:active {   
    transform: translateY(2px);   
    transition-duration: .35s; 
}  
.button-68:hover {   
    /*! box-shadow: rgba(39, 174, 96, .2) 0 6px 12px; */ }
.text {
    margin: 0px 60px 20px 60px;
    font-family: 'TeXGyreAdventor-Regular';
    font-size: 17px;
    animation: start 0.75s;
}
.titlelink {
    text-decoration: none;
    color: inherit;
    border-bottom: 5px solid #ddc044;
    background-color: black;
    transition: 0.5s;
}
.titlelink:hover {
    background-color: #537eff;
    color: black;
    border-bottom: 5px solid black;
    transition: 0.5s;
}
#header {
    background-color: #3bc754;
    padding: 70px 60px;
}
.titletext {
    font-family:'TeXGyreAdventor-Bold';
    font-weight:normal;
    font-size:42px;
    line-height: 50px;
    animation: start 0.75s;
}
body {
    margin: 0;
    background-color: #ddc044;
}
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
    font-family: 'TeXGyreAdventor-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-Regular'), url('texgyreadventor-regular.woff') format('woff');
}

@font-face {
    font-family: 'TeXGyreAdventor-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-Bold'), url('texgyreadventor-bold.woff') format('woff');
}
@keyframes start {
    from {
        opacity: 0;
        transform: rotateX(-10deg);
    }
    to {
        opacity: 1;
        transform: rotateX(0);
    }
}
#container {
    height: 370px;
    background-color: #ddc044;
}
