::selection{
    background: pink;
}
html{
    scroll-behavior: smooth;
    padding: 10px;
    margin: 10px;
}
body{
    font-family: System-ui;
    background: linear-gradient(to right,cyan,blue);;
}
.center-text-0001{
    text-align: center;
    justify-content: center;
    margin-top: 33vh;
}
.big-title{
    font-size: 75px;
    color: white;
}
.small-title{
    font-size: 25px;
    color: white;
}