Body {
    background-color:red ;    
}

.textsec {
    text-wrap: stable;
    font-size: 30px;
}

.one {
    float: left;
}

.icons {
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
}


.icons a:hover {
   border: double black 5px;
   background-color: yellow;
   border-radius: 10% 40%; 
}

.Anby {
    background-color: red;
}

.AP {
    color: black;
    text-align: center;
    font-size: 25px;
    font-style: normal;
}

.Soukaku {
    background-color: red;
}

.SP {
    color: black;
    text-align: center;
    font-size: 25px;
    font-style: normal;
}

.Ellen {
    background-color: red;   
}

.EP {
    color: black;
    text-align: center;
    font-size: 25px;
    font-style: normal;
}

.Piper {
    background-color: red;   
}

.PP {
    color: black;
    text-align: center;
    font-size: 25px;
    font-style: normal;
}

.meny {
    background-color:transparent yellow;
    padding: 15px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: double yellow 5px;
}  

.Full_AT {
    justify-content: space-evenly;
}

.Full_at {
    justify-content: space-evenly;
    width: 350px;
}

.Pip_at { 
    justify-content: space-evenly;
    width: 230px;
}



.SAVED CODE{
    border:solid transparent;
    border-radius: 5% 40%;
    border-color: black;
}