  * {
    margin: 0;
}

.loader-container {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Recursive';
}

.loader{
    position: relative; 
}

.loader img {
  width: 100%;
}

.slide-box {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
}

.solid {
    width: 100%;
    background-color: white;
}

.heading {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}

.dot {
    border-radius: 50%;
    background-color: black;
    margin-left: 10px;
}

#d1 {
    width: 11px;
    height: 11px;
}

#d2 {
    width: 10px;
    height: 10px;
}

#d3 {
    width: 9px;
    height: 9px;
}