* {
    margin: 0%;
    padding: 0%;
}

body {
    background-image: url(assets/wal.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img1 {
    position: absolute;
    left: 3%;
    bottom: 3%;
    width: 270px;
    object-fit: contain;
}

.img2 {
    position: absolute;
    right: 5%;
    bottom: 3%;
    width: 9%;
    object-fit: contain;
}

#button1 {
    position: relative;
    left: 30px;
    top: 80px;
    width: 230px;
    font-weight: 700;
    height: 50px;
    color: white;
}

#button2 {
    position: relative;
    left: 650px;
    top: 80px;
    color: white;
    width: 230px;
    font-weight: 700;
    height: 50px;
}