body {
    background-color: #0F0F0F;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    background-image: url("images/background.png");
    background-size: 10%;
}

.title {
    color: #61dafb;
    text-align: center;
}

h1 {
    color: #8d8d8d;
    text-align: center;
}

p {
    color: #ffffff;
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.projects {
    width: 30%;
    height: 30%;
    border-radius: 8px;
}

.container {
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.socials {
    width: 50px;
    height: auto;
    border-radius: 8px;
}

.logo {
    width: 125px;
    height: auto;
    border-radius: 8px;
}
