
#loginButton {
    position: absolute; 
    top: 100px; 
    right: 100px; 
    padding: 10px 20px; 
    background-color: blue; 
    color: white;
    font-size: large;
    border: none;
    cursor: pointer;
}

p {
    font-weight: 800;
    font-size: 20px;
}

#block1 {
    position: absolute;
    top: 200px;
    left: 100px;
}

#block2 {   
    position: absolute; 
    top: 300px;
    left: 20px;
}

#block3 {   
    position: absolute;
    top: 400px;
    left: 150px;
}

#block4 {   
    position: absolute;
    top: 500px;
    left: 10px;
}   

body {
    background-color: lightcyan;
    font-family: 'Courier New', Courier, monospace;
    user-select: none;
}

#title {
    text-align: center;
    font-size: 3em;
}

#testSlider {
    position: absolute; 
    top: 180px; 
    left: 1160px;
}