.Tiktok {
mapping: 35px;
border-radius: 35px;
border: solid;
background-color: powderblue;
}

.Youtube {
mapping: 35px;
border-radius: 35px;
border: solid;
background-color: powderblue;
}

.Discord {
mapping: 35px;
border-radius: 35px;
border: solid;
background-color: powderblue;
}

.logo {
     mapping: 75px;
     border-radius: 75px;
     animation: dropin 2s ease-in-out, 5s floating 2s infinite ease-in-out;
}

@keyframes dropin {
    0% { transform: translate(0, -600px); }
    100%   { transform: translate(0, 0px); }    
}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    55%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, 0px); }    
}


body {
background-color: azure:
font-family: 'Brush Script MT', cursive;
text-align: center;
}

img {
mapping: 75px;
border-radius: 65px;
border: solid;
background-color: shifferblue;
}

h1 {
  background-color: lightblue;
  border-radius: 25px;
}

#animateImage {
  transition: width 3s, height 3s;
}