html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;   
    background-color: white; 
}
.box {
    height: 50%;   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
}
.box div {    
    width:70%;
}
.itemwrapper {
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;   
    box-shadow: inset 0px 0px 20px 20px white; 
}
.item1 {    
    font-size: 150px;
    font-family: bebasNeueBold;    
    text-align: center;
}
.item2 {
    font-size: 60px;
    font-family: bebasNeue;
    text-align: center;  
}
.item3 {
    font-size: 20px;
    font-family: bebasNeue;    
    text-align: center;
}

.item3 a{
    color: black;
}

.contact {
    width: 100%;
    max-height: 100%;
}

@font-face {
    font-family: bebasNeueBold;
    src: url(fonts/BebasNeue-Bold.otf);
}

@font-face {
    font-family: bebasNeue;
    src: url(fonts/BebasNeue-Regular.otf);
}

.fab {
    color: black;
}