html,
body {
    margin: 0;
    padding: 0;
    width: 113%;
    height: 110%;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #00bb77;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23000' fill-opacity='.1' points='120 0 120 60 90 30 60 0 0 0 0 0 60 60 0 120 60 120 90 90 120 60 120 0'/%3E%3C/svg%3E");
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    color: white;
    font-size: 50px;
    margin-right: 30;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button:hover {
    color: white;
}

.pw_prompt {
    position:fixed;
    left: 50%;
    top:50%;
    margin-left:-100px;
    padding:15px;
    width:200px;
    border:1px solid black;
}
.pw_prompt label {
    display:block; 
    margin-bottom:5px;
}
.pw_prompt input {
    margin-bottom:10px;
}

.yazi{
    width: 530px;
    padding-right: 50px;
}

.background{
    background-color:rgba(0, 0, 0, 0.733);
    width: 530px;
    padding: 20px;
    margin-right: 20px;
    border-radius: 10px;
}
.yazi h1{
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.yazi p{
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
    font-size:20px;
}