
.btn {
    background-color: #d4dcf0;
    color: #200e1c;
    padding: 10px 22px;
    font-size: 18px;
}

.btn:hover {
    background:#ec0a0a;
    color: #fdcbf1;
}

body {
    background-image: url('https://images.unsplash.com/photo-1477346611705-65d1883cee1e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom 0 right 7px;
    background-color: #ffffff!important;
    font-family: "Arial", sans-serif;
}

h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}

p {
    color: #f0eeee;
    font-size: 20px;
    line-height: 1.5;
}

#box {
    width: 400px;
    margin: 0 auto;
    margin-top: 100px;
    border: 2px solid #f7071b;
    border-radius: 5px;
    text-align: center;
    padding: 60px;
}

#server_pic {
    display: block;
    border-radius: 1%;
    margin: 10px auto;
    width: 200px;
    border: 0 solid #181a1f;
}

hr {
    margin: 20px;
    background-color: #eaeaea;
}
#guide {
    display: none;
    margin-top: 20px;
}

#login-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh; 
    }

    .btn {
        padding: 10px 20px;
        margin-top: 20px; 
        cursor: pointer;
    }

    .profile-image {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
    }

    .profile-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
