@font-face{
    font-family: "Univers";
    src: url("./fonts/univers-lt-std-55-roman.otf") format("OpenType");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    color: #FFFFFF;
    font-family: "Univers";
    font-weight: normal;
	font-style: normal;
    font-size: 4rem;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.container{
    background: url('../assets/PicoYCedulaBG.png');
    background-size: cover; 
    background-position: center;
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    height: 1080px;
}

.semana{
    text-align: center;
    width: 460px;
    position: absolute;
    bottom: 125px;
    right: 525px;
}

.day{
    margin-top: 5px;
    max-width: 460px;
    max-height: 75px;
    overflow: hidden; 
}

.domingo{
    margin-top: 10px;
}