body {
  background-color: #708d81;
}

.main-div {
    margin: 100px;
    padding: 25px;
    color:aliceblue;
    background-image: url('bg.png');
    background-size: cover;
    border-color: grey;
    border-style: groove;
    border: 50%;
}

#welcome {
    text-align: center;
    font-size: 32px;
    text-shadow: 2px 2px grey;
}

#logo {
    margin-left: 256px;

}

.button-ul {
    list-style-type: none;
    display: flex;
    flex-flow: row;
    gap: 25px;
    
}

.btns {
    border-style:dotted;
    background-image: url('bg.png');
    background-size: cover;
    border-color:rgb(74, 71, 71);
    width: 125px;
    height: 32px;
    text-decoration: none;
    color: aliceblue;
    text-shadow: 2px 2px grey;
}

.btns:hover{
    color:burlywood;
}