.titles-container{
    width: 100vw;
    height: 100vh;
    border: 1px solid #ff000000;
    position: relative;
    
}

 /*THIS STYLES HYPER LINKS TEXT*/
a {
    text-decoration: none;
    color: #c6becd;
    font-size: 30px;
}

.show-titles {
    text-align: center;
    margin-top: 60vh;
}