/* the body part */

body {
    background-image: url("../picture/background.png");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
}
.row{
    display: flex;
}

div.sec{
    display: flex;
    flex-direction: column; 
    text-align: center;
    align-items: center;
    font-size: 13pt;
    background-color: rgba(174, 174, 174, 0.9);
    border-radius: 25px;
    max-width: 50%;
    margin: 2.5%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
    text-decoration: none;
    align-items: center;
}

div.comp{



    align-items: left;
    font-size: 13pt;
    background-color: rgba(174, 174, 174, 0.9);
    border-radius: 25px;
    max-width: 100%;
    margin: 2.5%;
    margin-left: 5%;
    margin-right: 5%;
    text-decoration: none;
    padding: 0.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}


img {
    size: 100%;
}
