*, html, head, body {
    padding: 0;
    margin: 0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
body {
     background-color: rgb(40, 31, 45);
     overflow: scroll;
     min-height: auto;
     max-height: auto;
}

input[type="text"] {
    position: fixed;
    width: 50vh;
    height: 50px;
    background: white;
    display: flex;
    border-color: blueviolet;
    border-radius: 20px;
    left: 550px;
    text-align: center;
    box-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255);
    bottom: 10%;
}
button {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
bottom: 55px;
right: 600px;
width: 80px;
height: 30px;
border-radius: 20px;
background-color: blueviolet;
color: white;
text-align: center;
box-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255);
}

img {
    position: fixed;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255),
                 0 0 10px rgba(255, 99, 255);
       
    
}
.navigation {
    list-style-type: none;
    display: flex;
    position: fixed;
    width: 100%;
    height: 50px;
    background-color:rgb(46, 46, 46);
    color:white;
    box-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255),
                 0 0 10px rgba(255, 99, 255);
}
h2 {
    position: static;
    background-color: rgb(46, 46, 46);
    padding: 12px;
    padding-top: 10px;
    padding-left: 100px;
    text-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255),
                 0 0 10px rgba(255, 99, 255);
    
}
.out {
    color: white;
    background: blueviolet;
    width: 320px;
    min-width: 120px;
    min-height: auto;
    max-height: auto;
    border-radius: 20px;
    position: relative;
    font-size: 1em;
    text-align: left;
    display: block;
    justify-content: center;
    padding: auto;
    padding-left: 15px;
    box-shadow: 0 0 5px black;
    top: 220px;
    left: 530px;
    right: 560px;
}
.shape {
    background-color: rgb(45, 45, 45);
    position: fixed;
    display: block;
    width: 480px;
    height: 620px;
    top: 100px;
    left: 500px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255);;
}
.text-pendukung {
    color: white;
    text-align: center;
    position: fixed;
    left: 510px;
    right: 560px;
    top: 120px; 
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255);

}
footer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    left: 550px;
    height: 200px;
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px rgba(174, 53, 255),
                 0 0 10px rgba(130, 99, 255);
}