* {
    padding: 0px;
    margin: 0px;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.horizontal {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}

.middle {
    margin: 0 auto 0 auto;
}

.download_button {
    width: 160px;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 20px;

    color: white;
    background-color: #323232;

    font-family: Segoe UI, Arial, serif;
    font-size: 20px;
}

.java_button {
    width: 125px;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 20px;

    color: white;
    background-color: #323232;

    font-family: Segoe UI, Arial, serif;
    font-size: 15px;
}

.java_img {
    width: 15%;
}

a {
    text-decoration: none;
}