body {
    background-image: url("../../Images/IzziGizzi/pexels-rahul-pandit-3052448.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
}

.clickable {
    cursor: pointer;
}

#contact-container {
    color: white;
    font-size: 4.5vw;
    height: 200px;
    line-height: 10vw;
}

html {
    height: 100%;
    width: 100%;
}
