#Px100bottom{
    width: 100%;
    height: 100px;
    flex-shrink: 0;
}
#Text{
    flex-shrink: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    bottom: 10%;
}
#Instagram, #contactNum{
    font-style: italic;
    transition: color 0.3s ease-in-out;
    color: var(--black);
}
#Instagram:hover, #contactNum:hover{
    color: var(--shadow);
}
.InDivText{
    margin: 2.5px;
}
