
*{


   

}





body{
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;


}

.main-container{
    min-height: 650px;
    width:450px;
    padding:30px 50px;
    background-color:rgba(255, 255, 255, 0.122);
    backdrop-filter:blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.089);
    border-radius:10px;


    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
    font-weight: 400;
    
    font-display: swap;
    line-height: 140%;
    text-align: justify;

}

h1{
    margin: 25px;
    color: rgb(61, 16, 16);
}

p{
    color: rgb(26, 34, 66);
    margin: 25px;
    margin-bottom: 25px;
}

img{
    margin: 50px;
}

a{
    color:#fcfafa;
    
}