@import url('/styles/reset.css');
@import url('/styles/layout.css');
@import url('/styles/splash.css');

.wrap {
    position: relative;
}
.bg {
    z-index: 1;
    position: absolute;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.bg img {
    z-index: 1;
    object-fit: cover;

    filter: blur(10px);
    opacity: 0.5;
}

.bg img:nth-child(1) {
    width: 25vw;
    max-width: 200px;
}

.bg img:nth-child(2) {
    margin-top: auto;
    margin-left: auto;

    width: 40vw;
    max-width: 250px;
}
.icon {
    z-index: 2;
    width: 258px;
    height: 258px;
    margin-bottom: 58px;

    justify-self: center;
}
.desc {
    z-index: 2;
    color: #000;
    text-align: center;
    font-size: 24px;
}
.temp {
    z-index: 2;
    color: #000;
    text-align: center;
    font-size: 130px;
    font-weight: 300;
}

.chatGPT {
    z-index: 2;
    color: #525252;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    max-width: 60%;
    word-break: keep-all;
}
