body{
    background-color: #191919 ;
    font-family: 'Roboto', sans-serif;
}

canvas {
    display: block;
}
.title{
    text-align: center;
    
    font-size: 80px;
    color: #7932db;
}

.info{
    text-align: center;

    font-size: 20px;
    color: #7932db;
    display: block;
}

a {
    color: #5568aa;
    text-decoration: none;
    font-weight: 700;
    transition: background-size .3s;
}

a:focus,
a:hover {
    color: #252d4a;
    background-size: 400% 2px;

    text-decoration: none;
}

main{
    
    margin: auto;
    width: 50%;
    padding-left: 12%;
    
}