.logobarhome{
    border: solid 3px #FF408A;
    color: #FF408A;
    line-height: 0px;
    margin: 1%;
    text-align: center;
    background-color: white;
    font-size: 135%;
}

.menubarhome{
    color: #FF408A;
    text-align: center;
    border: solid 3px #FF408A;
    margin: 1%;
    line-height: 0px;
    background-color: white;
}

.menubarhome a {
    font-size: 110%;
    color: #FF408A;
    text-decoration: none;
  }
.menubarhome a:hover{
    color: #ff6ea6;
}

.containerhome{
    display: inline-block;
    position: absolute;
    top: 6%;
    right: 0;
    left: 0;
    margin: auto;
    width: 950px;
    height: 70%;
}

@media (max-width:961px){

    .logobarhome{
        font-size: 135%;
        width: 98%;
    }

    .menubarhome {
    position: fixed;
    bottom: 0;
    width:98%;
    margin: 1%;

    font-size: 97%;
    }

    .containerhome , .homepagebox{
        top: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .centerhome{
        width: 98%;
        height: auto;
    }
}
