body,html {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    font-family: Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('images/account_page_bg.png') ;

    /* background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 10%, rgba(90, 213, 255, 1) 100%); */
}

header {
    text-align: center;
    padding: 20px 0;
}

.container{
    padding : 0 36px;
    max-width: 1300px;
    text-align: center;
    position: relative;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo-container img {
    max-width: 100%;
}

.description {
    margin-top: 20px;
    width: 100%;
}

.description p {
    text-align: center;
    font-size: 24px;
    color: #333;
}
