@import '../styles/_variables.scss';

.container {
    display: flex;
    flex-direction: column;

    .moon-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
        flex: 1;

        .moon-icon {
            height: auto;
            width: auto;
            margin-inline-end: -5px;
        }

        .text-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-block-end: -10px;

            .title {
                padding: 0;
                font-family: $duda-title-font;
                color: $clickable-item;
                font-size: 16px;
                font-weight: bold;
                margin-block-end: 10px;
            }

            .text {
                padding: 0;
                font-size: 14px;
                color: $clickable-item;
            }
        }
    }

    .footer-icons {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}
