body{
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.btn{
    width: 100%;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
    border: none!important;
    color: white;
}
.btn:hover{
    color: rgb(74, 0, 97);
}
.row{
    margin: 1rem;
    width: 100%;
}
section{
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.1);
    width: 350px!important;
}
#previous{
    font-size: 1.5rem;
}
#current{
    font-size: 2.25rem;
}
#screen{
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.1);
}