body {
    background-color:#FFDE59;
   
}
.logo {
    max-width: 200px;
}

.arrow-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
}

.arrow {
    width: 30px;
    height: 30px;
}

.arrow-text {
    font-size: 17px;
    margin-left: 5px;
    color: #000;
}