.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: 10% auto;
    padding: 10px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.close-button {
    display: none;
}

.modal-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.modal-button {
    display: inline-block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #f60;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 45%;
}

.modal-button:hover {
    background-color: #e55;
}

.modal-buttons2 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.modal-button2 {
    display: inline-block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 30px;
    background-color: #f60;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 48%;
}

.modal-button2:hover {
    background-color: #e55;
}

.modal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-list a {
    color: #f60;
    text-decoration: none;
    margin: 10px;
    width: 200px;
    text-align: center;
}

.modal-list img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.modal-list p {
    font-size: 18px;
    font-weight: bold;
}

.modal-list a:hover {
    text-decoration: underline;
}

.java-info {
    margin-top: 20px;
    padding: 10px;
    background-color: #444;
    border-radius: 5px;
}

.java-info a {
    color: #f60;
    text-decoration: none;
}

.java-info a:hover {
    text-decoration: underline;
}

.launcher-notice {
    margin-top: 20px;
    padding: 10px;
    background-color: #f60;
    color: #fff;
    border-radius: 5px;
}
