body {
    background-color: black;
    color: whitesmoke;
    overflow-x: hidden;
    margin-left: 15%;
    margin-right: 15%;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contents {
    padding-top: 25px; 
    text-align: center; 
    width: 100%; 
}

.video {
    top: 50%;
    
    width: 100%;
}

.video video {
    width: 100%;  
}           

#infoTitle {
    font-size: 35px ;
    font-weight: bold;
}

.container-imgs {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 5%;
}

.container-imgs img {
    width: 50%; 
    max-width: 100%;
}

#keyboard {
    width: 50%;
}

#size-comparison, #camera {
    width: 50%;
}

#title2 {
    font-size: 40px;
    font-weight: bold;
}

#question {
    margin-left: 35%;
}

.btnProjects {
    background-color: rgb(32, 32, 32);
    color: white;
    font-weight: bold;
    border: none;
    width: 170px;
    height: 50px;
    border-radius: 50px;
}

.btnProjects:hover {
    background-color: #282626;
    color: #d9dac8;
}

button {
    align-items: center;
}