* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

:root {
    --color1:#0F1419;
    --background-body:#999999;
    --color2:#4F9CF0;
}

body { min-height: 100vh;
background-color: var(--background-body);
justify-content: center;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.replica {
    display: flex;
    justify-content: center;
    height: fit-content;
    width: 32%;
    margin: 50px;
}
.container-menu {
    background-color: white;
    border-radius: 10px;
    display: grid;
   justify-items: center;
}

.logo-witter{
    width: 4%;
    transform: translate(10px, -27px);
}
.cerrar{
    width: 0.8rem;
    display: flex;
    justify-self: self-start;
    margin: 12px;
}
.logo {
    width: 6%;
}
button {
    width: 56%;
    height: 32px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 12px;
}
h3 {
    margin-right: 92px;
}
.button-cuadrado {
    border-radius: 3.5px;
    font-size: 12.5px;
    width: 55%;
    height: 41px;
}
.button-siguiente{
    background-color: black;
    color: white;
    width: 190px;
    border-radius: 30px;
    height: 28px;
}
.opcion-alternativa{
    display: flex;
    margin-bottom: 0 12px;
}
.alternativa{
    margin:0 12px ;
}
hr {
    height: 0;
    margin-top: 12px;
    width: 101px;
}
.opcion-final{
    margin-bottom: 40px;
    font-size: 8.5px;
    display: flex;
    gap: 4px;
    margin-right: 124px;
}
.opcion-final a {
    text-decoration: none;
    color:#4F9CF0;
}