body {
    background-color: black;
    background-repeat: no-repeat;
    background-size: 1150px 1350px;
   
}

.perfil {
    display: flex;
    justify-content: space-evenly;

}

.title {
    margin-left: 120px;
    margin-top: 100px;
}

.drawing {
    margin-left: 120px;
}

.info {
   margin-right: 250px;
    font-size: 150%;
    line-height: 2;
}

table, tr, th, td, caption {
    border: 5px solid white;
    background-color: rgb(231, 114, 180);
    border-collapse: collapse;
    padding: 5px;
     font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 90%;

}

.n {
    color: white;
    background-color: rgb(2, 102, 132);
    border: 5px solid white;
}

h2 {
    color: rgb(50, 48, 48);
    background-color: rgb(68, 180, 184);
    width: 140px;
    text-align: center;
    border: 5px solid rgb(68, 180, 184);
    border-radius: 20%;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-size: 90%;
    font-style: normal;
}

.table2 {
    max-height: 330px;
    overflow: scroll;
    margin-bottom: 180px;
    
}

.goback {
    margin: 10px;
    margin-left: 200px;
    font-family: "Permanent Marker", cursive;
    font-size: 200%;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;

}

a {
    color: rgb(133, 34, 129);
    text-decoration: none;
}

a:hover {
    color: rgb(208, 86, 165);
}

.tumblr {
    margin: 10px;
    margin-left: 150px;
    font-family: "Permanent Marker", cursive;
    font-size: 200%;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}