* {
    margin: 0;
    padding: 0;
}
body {
    background-image:  url(../images/IMG_20240509_192703_1.jpg);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    
}
.nabor {
   background: -webkit-linear-gradient(90deg, rgb(215, 226, 236), rgb(116, 127, 142));
background: -moz-linear-gradient(90deg, rgb(215, 226, 236), rgb(116, 127, 142));
background: linear-gradient(90deg, rgb(215, 226, 236), rgb(116, 127, 142));
    color: rgb(2, 18, 32);
    display: flexbox;
    width: 33%;
    margin-top: 7em;
    margin-left: 33%;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px;
    

}

.nabor p {
   display: flex;
   
}
.nabor a {
    text-decoration: none;
}
button {
    background-color: rgb(10, 10, 62);
    color: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 7px 7px ;
    width: 150px;
    height: 75px;
}
button a {
    text-decoration: none;
}


