@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    text-align: center;
    font-family: "Poppins", sans-serif;
    background-color: #000000;
    color:rgb(0, 255, 0);
}

button {
    background-color: #000000;
    box-shadow: 0 4px 10px rgb(0, 255, 0);
    border-radius: 15px;
    color:rgb(0, 255, 0);
    font-family: "Poppins", sans-serif;
}

.abtme {
    width: 250px;
    height: 200px;
    background-color: black;
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0, 255, 0);
    color: rgb(0, 255, 0);
}

.abtme-pt2 {
    width: 250px;
    height: 100px;
    background-color: #000000;
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0, 255, 0);
    color: rgb(0, 255, 0)
}

.other-proj {
    width: 250px;
    height: 200px;
    background-color: black;
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0, 255, 0);
    color: rgb(0, 255, 0);
}

.socials {
    width: 250px;
    height: 200px;
    background-color: black;
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgb(0, 255, 0);
    color: rgb(0, 255, 0);
}