body{
    color: white;
    background-color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    background-image: url(./imgs/image.png);
    background-size: cover;
    background-attachment: fixed;
}

.header{
    background-color: rgb(132, 0, 255);
    opacity: 80%;
    color: white;
}

.dashboard{
    background-color: white;
    color: black;
}

.container{
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
}