* {
    user-select: none;
}

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #fff;
    background: #182a31;
    overflow: hidden;
}

.confetti {
    position: absolute;
    background: rgba(50, 50, 50, .5);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.confetti:after {
    position: absolute;
/*     background: url('https://i.pinimg.com/originals/a7/c9/87/a7c98793edb93ab88138283785399af3.gif'); */
    content: ' ';
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.confetti img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    transform: translate(-50%, -50%);
    z-index: 102;
}

.background {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.background-color {
    position: absolute;
    background: rgb(24 42 49 / 85%);
    content: ' ';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.wrapper {
    width: 1280px;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
}

.welcome {
    width: 360px;
    padding: 35px;
    float: left;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.welcome h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
}

.weather {
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.weather strong {
    font-size: 40px;
    margin: 25px 0 15px;
    display: block;
}

.weather i {
    opacity: 0.35;
}

.weather p {
    font-size: 20px;
    text-align: left;
}

.clock {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.logo-container {
    position: relative;
    width: 525px;
    height: 100vh;
    float: right;
    padding: 35px;
    background: #182a31;
    text-align: right;
}

.logo-container:before {
    position: absolute;
    content: ' ';
    background: #182a31;
    top: -50px;
    left: -75px;
    height: 1100px;
    width: 200px;
    transform: rotate(7.5deg);
    z-index: -1;
}

.logos {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.logos.border {
    border-bottom: 1px solid #30464f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.logos .line {
    display: block;
    width: 100%;
}

.logos .line h2 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.logos .logo {
    position: relative;
    width: auto;
    height: auto;
    background: white;
    float: right;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.logos .logo .image {
    background-size: 100%;
    height: 90px;
    width: 150px;
}

.logos .logo span {
    background: #182a31;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    padding: 2.5px 0;
}

.info {
    width: 525px;
}

.info strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.info p {
    font-size: 16px;
}

.info a {
    text-decoration: none;
    color: inherit;
}

.info img {
    height: 150px;
    width: 150px;
    border: 3px solid #fff;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}