body {
    background: -webkit-linear-gradient(90deg, #edefee, #c9c9c9);
    background: linear-gradient(90deg, #edefee, #c9c9c9); 
    font-size: 0.9vw;   
}

.page-header {
    background-color: rgb(18,80,165);
    margin-top: 0;
    padding: 20px 20px 20px 40px;
    text-align: center;
}

.page-header h1,
.page-header h1 a,
.page-header h1 a:visited,
.page-header h1 a:active {
    color: #ffffff;
    font-size: 24pt;
    text-decoration: none;
}

h1 {
    font-family: 'Lobster', cursive;
}

.menu {
    margin: 0 auto;
    text-align: center;
    justify-content: center;    
    display: flex;
    padding-top: 20px;
}

.scr {
    margin: 0 auto;
    text-align: center;
    justify-content: center;    
    display: flex;    
    padding-top: 20px;    
}

.btn-new {
    border-radius: 10px;
    color: white;
    transition: .2s linear;
    background: #0B63F6;
    margin-left: 10px;
}

.btn-new:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
}