body{
    background-color: #ffccff;
}

.header{
    display: flex;
    justify-content: center;
    font-size: min(7vw, 7vh);
}

.footer{
    position: fixed;
    left: 0;
    bottom: 1vh;
    width: 100%;
    text-align: center;
    font-size: min(2.5vw, 2.5vh);
}

.medium{
    font-size: min(3.5vw, 3.5vh);
}

.right{
    position: fixed;
    right:0;
}
