@font-face {
    font-family: 'DK Lemon Yellow Sun';
    src: url('fonts/DK_Lemon_Yellow_Sun.ttf') format('truetype');
}

body {
    font-family: 'DK Lemon Yellow Sun', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
}

.container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.logo {
    width: 150px; /* Ajusta el tamaño del logo según tus necesidades */
    margin-bottom: 20px; /* Espacio entre el logo y el texto */
}

.icon {
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}