*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.frameStyle{
    border:0px;
    width:100%;
    height: 100vh;
}

.autoheight {
    height:100%;
}