body{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.VizContacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.VizHeader{
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 2vh;
}
.contact{
    height: 100px;
    background-color: black;
}
.h-25{
    height: 25vh;
}
.vizlab-border {    
    padding: 4vh;
    display: flex;
    flex-direction:column ;
    border: 1pt;
    border-color: #5FCAFA;
    border-style:solid;
    border-radius: 5%;

    text-align: center;
    background-color: #181616;
    box-shadow:10px;
    margin: 10px;

    height: 60vh;
    min-height: 450px;
    

    width: 25vw;
    min-width: 300px;
    max-width: 600px;
    
}
.VizCards{
    top: 10vh; 
    padding-left: 2vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vizcard{
    display: flex;
    justify-content: center;
    
}

.vizcard-img{
    height: 25vh;
    width: 25vw;
}
.contact-text {
    text-align: center;
}
.contact-text h2{
    color:#5FCAFA;
}
.contact-text p{
    color:rgb(255, 255, 255);
}
.links{
    background-color: #181616;
    width: 100vw;
    height: 10%;
    bottom: 0;
    display: flex;
    justify-content:center;
    align-items: center;
    position:fixed;
}

@media screen and (max-width:1050px) {
    
    .VizCards{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 15vh;
    }
    .vizlab-border{
        height: 60vh;
        min-width: 300px;
    }
}




/*#5FCAFA*/