*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #896DD9;
    font-family:'Courier New', Courier, monospace;

}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 100vh;
}

#ms{
    border: 4px dotted #FEA115;
    padding: 20px;
    width: 444px;
    height: 444px; 
    border-radius: 99%;
    /*position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);*/
}

#Mezclick{
    background: url("Mezclick.png");
    background-size: cover;
}
.data{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: 500px;
    width: 500px;
    gap: 100px;
    text-align:center;
}

.name, .objetives, .feed{
    /*background-color: #080015;*/
    color: #B8F632;
}