*{margin: 0; padding: 0;}
body{
    user-select: none;
    background: #333333;
    color: #ffffff;
    text-align: center;
    align-items: center;
    font: bolder 16pt Arial;
    justify-content: center;
}

h1, h2{
    text-shadow: 0 0 5px #ffffff;
}


header{
    top: 0;
    background: #8333ff;
    width: 70vw;
    position: fixed;
    left: 15vw;
    z-index: 1;
    border-radius: 0  0 18px 18px;
    box-shadow:0 10px 15px #7532Ff;
}

a{
    color: #ffffff;
    text-decoration: none;
}

.container{
    background: #222222;
    width: 70vw;
    position: relative;
    left: 14vw;
    top: 13vh;
    box-shadow: 0 0 10px #7532Ff;
    border-radius: 20px;
    margin: 2.5vh 0;
    padding: 1%;
}
a.imvu, a.room{
    color: #7532Ff;
}
.msc{
    text-align: left;
    display: flex;
    flex-direction: row;
    margin: 1% 5%;
    background: #111111;
    padding:.5% 2%;
    border-radius: 8px;
}
.copy{
    background-color: transparent;
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
    border: none;
    font: bolder 16pt arial;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .container{
        font-size: 12pt;
        width: 80%;
        left: 8vw;
    }
    .top{
        width: 100vw;
        left: 0;
    }
    .title{
        font-size: 18pt;
    }
}

/* A Rádio  */

#radio{
    margin: 2% 0;
    height: 30px;
    width: 25%;
    box-shadow: 0 0 18px #000000;
    border-radius: 13px;
}
