@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.title {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-backgroundthing {
    background-color: rgb(128, 128, 128);
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#title-h1 {
    font-size: 50px;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#welcome-gif {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content {
    text-align: center;
}

#socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border-radius: 7px;
}

#more {
    font-weight: 700;
    font-size: 50px;
    height: 50px;
}

button {
    width: 500px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:x-large;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
    border-radius: 10px;
    background-color: rgb(128, 128, 128);
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    color:black;
}

button a
{
    color: inherit;
    text-decoration: none;
}

button:hover
{
    width: 570px;
    height: 100px;
    background-color: rgb(90, 90 ,90);
}

.social-item 
{
    display: flex;
    align-items: center;
    gap: 10px;
}

#youtube-img, #youtube2-img, #github-img, #discord-img 
{
    width: 70px;
    height: auto;
    border-radius: 4px;
}

#socialp
{
    font-size: 40px;
    height: 50px;
}
