.extensions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 8px;
    top: 0px;
}

.extension {
    width: 500px;
    height: 200px;
    background-color: black;
    color: white;
    top: 400px;
    position: relative;
    border-radius: 12px;
}

.extensionImg {
    top: 45px;
    left: 10px;
    position: relative;
    border-radius: 25px;
    width: 120px;
    height: 120px;
}

.extensionName {
    font-family: "Inter";
    font-size: 53px;
    font-style: bold;
    color: white;
    position: relative;
    left: 150px;
    top: -120px;
}

.extensionDesc {
    font-size: medium;
    color: rgba(255, 255, 255, 0.39);
    position: relative;
    width: 340px;
    left: 150px;
    top: -120px;
    word-wrap: normal;
}
