.titlebar {
    margin: -5px 0px 0px 0px;
    background-color: rgb(60, 15, 71);
    box-shadow: rgba(36, 10, 56, 0.63) 0px 2px;
    position: fixed;
    width: 100vw;
    padding: 5px 0px 5px 0px;
    z-index: 1;
    
}

.sidebar {
    height: 100vh;
    position: fixed;
    background-color: rgb(60, 15, 71);
    box-shadow: rgba(36, 10, 56, 0.63) 2px 0px;
    z-index: 0;
    width: 200px;
}

.titlebar > h1{
    margin: 10px 10px 10px 20px;
    font-size: 30px;
    color: rgb(255, 164, 60) !important;
    
}

.display {
    background-color: rgba(8, 0, 37, 0.255);
    width: 100vw;
    box-shadow: rgba(36, 10, 56, 0.63) 0px 2px;
    height: 40vh;
    margin-bottom: 20px;
    margin-top: -50px;
    padding: 20px 0px 0px 5vw;
    text-align: left;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.display > h1 {
    font-size: 10vw;
}

.footer {  
    align-self: end;
    flex:1;
    width: 100%;
    text-align: center;
}

.topbreak {
    margin-top: 100px;
}

.loukwarmBOX {
    width: 50vw;
    height :10vh;
    background-color: rgb(60, 15, 71);
}

.projectBOX {
    width: 90vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

.project {
    min-width: 400px;
    min-height: 400px;
    background-color: rgba(60, 15, 71);
    margin: 10px 30px;
    padding: 5px 20px;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: rgba(36, 10, 56, 0.63) 0px 10px;
}

content {
    margin: 5px 5px 5px 5px;
    min-height: 200vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0px 0px 0px 0px;
    font-family: monospace;
    background-image: linear-gradient(to bottom, rgb(60, 15, 71), rgba(30, 9, 54));
    color: white !important;
}

h1 > a {
    text-decoration: inherit;
    color: inherit;
}
