body {
    height: 80vh;
    display: flex;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image {
    width: 50%;
}

.title {
    color: #1c9feb;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.copyright {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    text-align: center;
    display: flex;
    align-items: center;
}

.copyright a {
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
}