body{
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins' sans-serif;
}

*{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

.container{
    width: 100%;
    min-height: 100vh;
    display: block;
    overflow-y: auto;
}

.container embed{
    width: 100%;
    min-height: 100vh;
    display: block;
}