*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
iframe{
    height: 99.6vh;
    
}

.downloadBtn{
    position: absolute;
    background-color: #bc3908;
    padding: 1rem 3rem;
    border-radius: 2rem;
    bottom: 2rem;
    right: 2rem;
    color: #fff;
    text-decoration: none;
}