#perlin {
    width: 40vw;
    height: 25vw;
    flex-shrink: 0;
}

#noiseType {
    border: 0.2vw solid black;
    margin-bottom: 2vw;
    font-weight: bold;
    font-family: 'Orbitron';
    font-size: 1.5vw;
    width: 18vw;
    height: 4vw;   
}

#noiseType:hover {
    background-color: rgb(240, 240, 240);
}

#perlin-container {
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-right: -2vw;
    margin-left: -2vw;
}

#dt-slider {
    width: 15vw;
}