body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: url("../resources/freakyfreakymonke.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'copperplate gothic light';
    background-attachment: fixed;
}

.mainballs {
    margin: 0;
    height: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    
}

.main {
    margin: 0;
    display: flex; 
    justify-content: center; 
    align-items: center;     
    flex-direction: column;
    background-color: rgba(0, 0, 0);
    padding: 2px;
    border: 2px dotted black;
    color: white;
    gap: 10px;
}

.result {
    font-size: clamp(12px, 5vw, 20px);
    color: rgb(255, 255, 255);
    min-width: 150px;
    max-width: 500px;
    text-wrap: wrap;
    font-family: papyrus;
    text-align: center;
    background-color: black;
}

h1 {
    font-size: 30px;
    margin: 0;
}

button {
    font-size: 20px;
    border: none;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 0, 0);
    border: 1px solid rgb(55, 55, 55);
    cursor: pointer;
    font-family: monospace;
}

.autofill {
    font-size: 10px;
}

.thebigballs {
    width: 200px;
    height: 200px;
    object-fit: cover;
    filter: drop-shadow(0px 0px 50px rgba(255, 52, 52, 0.712));
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 30px;
}

.aaaaaa {
  border: 1px dotted red;
  background-color: black;
  color: white;
  font-family: papyrus;
}

.sigmistery {
    font-size: clamp(8px, 5vw, 14px);
    color: rgb(255, 0, 0);
    min-width: 70px;
    max-width: 500px;
    text-wrap: wrap;
    font-family: papyrus;
    text-align: center;
    background-color: black;
}

.sigmistery p {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.soingmoin {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    align-items: center;
}