@font-face {
    font-family: 'ClashDisplay-medium';
    src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'ClashDisplay-medium';
}
.contenitore-home{
    width: 40%;
    height: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    padding-right: 4%;
    flex-direction: column;
    color: white;
    background-color: #e84e1b;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    /*
    background-image: url(../images/penelope.png);
    background-position: 0 50%;
    background-repeat: no-repeat;*/
}
/*
.contenitore-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 0;
}
.contenitore-home > * {
    position: relative;
    z-index: 1;
}*/
.contenitore-home span:first-child{
    color: black;
    font-size: 60px;
    text-transform: uppercase;
}