*{
    padding: 0;
    margin: 0;
    background-color: #090909;
    
}
body{
    background-color: #090909;
    width: 100%;
    height: 100%;
}
.Continer{
    text-align: center;
    align-items: center;            

}
.title-text{
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}
.text{
    color: #fff;
    font-size: 1rem;
    font-weight: 200;
}
    a{
text-decoration: none;
}
