* {
    font-family: "Rubik", sans-serif;
}

.background {
    height: auto;
    width: auto;
}

body {
            font-family: 'Poppins', sans-serif;
            background: url('https://images-ext-1.discordapp.net/external/xvKWr_Ok2kOm6s06Z4VfAbt9h7flHQ9IMPYm_Dmlmtc/https/raw.githubusercontent.com/CodyisCoder/developercody.net/refs/heads/main/bg.jpg?format=webp') no-repeat center center fixed;
            background-size: cover;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            overflow: auto;
            height: 100vh;
            padding-bottom: 20px;
            animation: fadeIn 1.5s ease-in-out;
    }

.secondary-container {
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.479);
    border-radius: 30%;
    outline: 5px solid rgba(255, 255, 255, 0.822);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
    margin-top: -75px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.button-1 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-1:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.button-2 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-2:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.link {
    text-decoration: none;
    color: white;
}

.button-3 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-3:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}


.container4 {
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.479);
    border-radius: 30%;
    outline: 5px solid rgba(255, 255, 255, 0.822);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-4 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-4:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.button-5 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-5:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.button-6{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-6:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.button-7 {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    border: 2px solid white;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 140, 255, 0.8);
}

.button-7:hover {
     transform: scale(1.15) rotate(3deg);
    background: linear-gradient(45deg, #1100f8, #00a2ff);
    box-shadow: 0px 10px 40px rgba(0, 140, 255, 0.8);
}

.Back {
     text-decoration: none;
    color: white;
}









