*{
    padding: 0;
    margin:0;
}
body{
    height: 100vh;
    width: 100vw;

    background-image: url('../images/uc-background.jpg');
    background-size: cover;
    

    display: flex;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}

div.full{
    height: 100%;
    flex: 1 1 auto;
    text-align: center;
    padding-top: 5em;
    color: rgb(255, 255, 255);
    zoom: 2;
    text-shadow: 1px 1px 2px rgb(14, 45, 60);
    background-color: rgba(39, 140, 158, 0.489);

}