* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    max-height: 100%;
    background-color: rgba(239,71,111,1);
}

header {
    background-color: #FFD166;
    display: flex;
    justify-content: center;
    padding: 1%;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

#s1 {
    background-image: url(../Img/App/background1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 27%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
}

#s2 {
    background-image: url(../Img/App/background2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 27%;
    display: flex;
    justify-content: center;
}

#s3 {
    background-image: url(../Img/App/background3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 27%;
    display: flex;
    justify-content: center;
}

button {
    height: 53px;
    width: 68px;
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    margin: 5%;
    font-family: 'Titan One', cursive;
    color: rgba(37, 213, 161, 1);
    font-size: 2em;
    -webkit-text-stroke: 1px rgba(10, 60, 76, 1);
    color: rgba(37, 213, 161, 1);
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

a {
    color: rgba(37, 213, 161, 1);
    text-decoration: none;
    list-style: none;
}

#clouds{
    background-image: url(../Img/App/clouds.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#character {
    padding-top: 30%;
    padding-bottom: 10%;
    }

.ropa {
	height: 92px;
	width: 118.05px;
	border-radius: 100px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    
}

#menu {
    display: flex;
    justify-content: center;
}

