body{
    width: 100%;
    color: white;
    background-color: rgb(20, 20, 20);
}

.box{
    width: 40%;
    height: auto;
    margin-left: 30%;
    background-color: rgb(100, 100, 100);
    text-align: center;
}

.link{
    text-align: center;
    color: rgb(165, 165, 255);
}

a{
    color: rgb(165, 165, 255);  
}