@import "../global.css";

section .main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}

.main main {
    width: 80%;
    height: 300px;
    color: white;
    padding: 5px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main img {
    width: 480px;
    border-radius: 15px;
}

.main p {
    width: 450px;
    font-size: 1vw;
}
.ip .span-text span {
    color: goldenrod;
}

.main aside {
     width: 65%;
     height: fit-content;
    color: white;
    padding: 5px;
    display: flex;
    justify-content:space-evenly;
    align-items:center;
    text-align: center;
    flex-wrap: wrap;
}

aside button {
    padding: 14px 25px;
    font-size: 1vw;
    margin: 10px;
    border-radius:15px;
    background-color: rgba(253, 231, 158, 0.734);
    border: 1px solid goldenrod;
}

.main .softwares {
    width: 60%;
    height: fit-content;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 50px;
}

.softwares img {
    width: 100px;
}