* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    height: 100vh;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.container {
    text-align: center;
    padding: 40px;
}

.logo-placeholder,img {
    width: auto;
    height: auto;
    /* border: 2px dashed #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    font-size: 18px;
    /* color: #999; */
}

h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.message {
    font-size: 18px;
    color: #555;
}

.message a {
    color: #149ec0;
    text-decoration: none;
}

.message a:hover {
    color: #0dd35f;
    text-decoration: none;
}
