html {
        min-height:100vh;
        margin: 0;
        overflow: hidden;
        overflow-y: auto;
        
    }

    body {
        background: linear-gradient(0deg, #030303, #3C3C3C);
    }

#Title{
    margin: 5em auto 25px auto; 
    width: 200px;
    padding: 5px;
    background: linear-gradient(0deg, #f0f0f0, #c0c0c0);
    border-radius: 5px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,1);
    text-align: center;
    
}

h5{
    margin-top: 5px;
    font-size: 16px;
}

h1{
    text-align: center;
    
}

#canvas{
    margin-top: 5px;
    outline: white 3px solid !important;
}

#contentParagraphs{
    text-align: center;
    padding: 5px;
   
    outline-width: 1px;
    outline-style: solid;
    outline-color: black;
    border-radius: 5px;
    background-color: #cccccc;
    margin-left: 10%;
    margin-right: 10%;
}
button{
    background-color: #a1a1a1;
    border-radius: 3px;
    text-align: center;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    margin-left: auto;
    
}
button:hover{
    background-color: #c0c0c0;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    
}

button:active{
    background-color: #454545;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    
}

#projects{
    background-color: #898989;
    padding: 5px;
    margin: 1em;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    border-radius: 3px;
    outline-width: 1px;
    outline-style: solid;
    outline-color: grey;
}

#projects h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}