@font-face{
    font-family: 'Leah';
         src: url('./LeahsHandwriting.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

div.left-container{
    position: relative;
    float: left;
    width: 50%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.right-container{
    position: relative;
    float: left;
    width: 50%;
    height: 95vh; 
}

div.left-container-sub{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

p.left-container-text{
    position: absolute;
    text-shadow: -1px 1px 1px #FFF,
        1px 1px 1px #FFF,
	1px -1px 1px #FFF,
	-1px -1px 1px #FFF;
}


img.home-img{
    float: left;
    max-width: 95vh;
    max-height: 95vh;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
}

div.right-container p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

footer > a > img{
    height: 25px;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    font-style: italic;
}

p{
    font-family: Leah;
}
