@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


#log-output {
    display: none;
    top: 0;
    bottom: 0;
    min-width: 50%;
    background: black;
    overflow: scroll;
    margin: auto;
    padding: 31px;
    z-index: 50;
    white-space: pre-line;
    overflow-x: hidden;
    max-height: 400px;
    color: #ffffff;
    margin-bottom: 5px;
}

#show-log-button {
    border-radius: 5px;
    padding: 5px;
    background-color: #f4f4f4;
    color: rgb(55 55 55);
    border: 1px solid rgb(180 180 180);
    transition: 200ms ease;
    margin-bottom: 5px;
    box-shadow: 0px 1px 1px #dddddd;
    width: 100%;
}

#show-log-button:hover {
    transition: 200ms ease;
    box-shadow: 0px 4px 1px #dddddd;
}

#majform{
    width: 80vw;
}

#log-download-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    width: fit-content;
    background: white;
    height: fit-content;
    border-radius: 6px;
    padding: 16px;
    border: 1px solid #b9b9b9;
    font-family: "Montserrat", serif;
    display: none;
}

#log-download-buttons>:nth-child(1) {
  background: #752d68;
  color: white;
  border-radius: 2px;
  border: none;
}

#log-download-buttons>:nth-child(2) {
    border: none;
    outline: none;
}
