@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exile&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap');
body {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
body {
    margin: 0;
    padding: 0;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    background-color: #121212;
    color: white;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
}
*{
    transition: all 0.5s ease-in-out;
}
body::selection {
    color: #ffffff;
    background: #ff7b7b;
}
.title{
    font-family: "Changa One", sans-serif;
    text-align: center;
    margin-left: 50px;
    font-size: 23px;
    color: #ff4444;
}
.btnBack{
    background: transparent;
    color: #ffffff;
    border: #ffffffda 2px solid;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    padding: 1px;
    margin-top: 18px;
    margin-bottom: 0px;
}
.btnBack:hover {
    background: #ffffffda;
    color: black;
    transition: all 0.5s ease;
}
.s_media_footer{
    color: white;
    padding-bottom: 5px;
    padding-top: 1px;
    margin: 5px;
}
.s_media_footer:hover{
    transform:translateY(-7px);
    color:rgb(255, 148, 148);
    transition: all 0.5s ease;
}
.footer_link:hover {
    transform: translateX(5px);
    transition: all 320ms ease-in;
}
.built{
    font-family: "Limelight", cursive;
    font-weight: 100;
    font-size: 15.2px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.built:hover{
    color:#ffacac;
}