.model{
    height: auto;
    background-color: white;
    margin: auto;
    opacity: 85%;
    border-radius: 10px;
    animation: fadeInUp;
    animation-duration: 1s;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
}
#main{
    background-image: url(https://imageloosysple.pages.dev/file/d0337a553a61659f7aadf.png);
    background-size: cover;
    background-position: center 50%;
    z-index: -10;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;

}
a{
    text-decoration: none;
    color: rgb(78, 145, 207);
    font-weight: bolder;
}
.dazi{
    color: white;
}
