.triangleClip
    {
        clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
        height: 500px;
        width: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center -50%;
    }
    #modalForm
    {
        position: fixed;
        left: 10%;
        right: 10%;
        top: 200px;
        bottom: 20%;
        margin: auto;
        width: 50%;
        height: 700px;
        background-color: white;
        z-index: 50;
        padding: 50px;
        border-radius: 15px;
        text-align: center;
        overflow-y: auto;
        display: none;
    }
    #background
    {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.4;
        z-index: 30;
        display: none;
    }
    #newTopBar
    {
        position: fixed;
        height: 65px;
        width: 100%;
        top: 0;        
        left: 0;
        right: 0;
        background-color: rgb(41,66,106);
        z-index: 40;
    }
    #phoneButton
    {
        position: fixed;
        top: 10px;
        right: 10px;
    }
    #translateButton
    {
        background-color: rgb(196,100,40);
        color: white;
        width: 129px;
        height: 65px;
        cursor: pointer;
    }