
body, html {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-secondary {
    transition: color 0.4s ease, transform 0.9s ease;
    font-weight: 900;
    padding: 0px;
}

.btn:hover  {
    color: rgb(120, 199, 3);
    
}

.btn {
    margin: 9px;
    margin-top: 4.5px;
}

.btn-secondary:hover {
   color: rgb(120, 199, 3);
   transform: translateX(5px);
}

.canva {
    position: absolute;
}
