body {
    position: relative;
    margin: 0;
}

header {
    font-family: Arial, Helvetica, sans-serif;
}

.section1 {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.artigo1 {
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.figure1 {
    display: fle;
}

main {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

mark {
    color: rgb(246, 94, 0);
    background-color: white;
}

.ligue {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    top: 12px;
    right: 380px;
    position: absolute;
    background-color: rgb(13, 31, 41);
    color: white;
    border: 2px solid rgb(13, 31, 41);
    border-radius: 6px;
    font-size: 14px;
    padding: 4px;
}

.ligue mark {
    color: rgb(246, 94, 0);
    background-color: rgb(13, 31, 41);
}

.cartão {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    height: 600px;
}

.cartão figure {
    margin: 0;
    width: inherit;
}

.cartão img {
    width: 100%;
    height: 170px;
}

.cartão figcaption {
    background-color: rgb(13, 31, 41);
    padding: 10px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 96%);
    font-size: 30px;
    margin: 0;
}

.cartão p {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    padding-right: 20px;

}

.cartão button {
    left: 35%;
    bottom: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color: rgb(246, 94, 0);
    color: white;
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
    position: absolute;
    border: 1px solid rgb(246, 94, 0);
    border-radius: 5px;
    height: 25px;
    width: 90px;
}

nav {
    margin: 0;
    height: 50px;
    background-color: rgb(13, 31, 41);
}

ul {
    flex-direction: row;
    justify-content: space-between;
    top: 50px;
    display: flex;
    list-style: none;
    text-decoration: none;
}

li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    position: relative;
    padding: 10px;
    top: 12px;
    color: white;
    text-decoration: none;

}

li:hover {
    background-color: rgb(246, 94, 0);
    height: 50px;
}

.laranja {
    position: relative;
    background-color: rgb(246, 94, 0);
    height: 50px;
}

footer {
    display: flex;
    gap: 50px;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(6, 25, 38);
    height: 600px;
}

.esquerda {
    color: white;
    width: 300px;
}

.esquerda h1 {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.input {
    display: flex;
    gap: 3px;
    flex-direction: column;
    height: 300px;
}

.input input {
    border: 2px solid rgb(4, 15, 23);
    border-radius: 7px;
    background-color: rgb(4, 15, 23);
    color: white;
    position: relative;
}

.input input::placeholder {
    background-color: rgb(4, 15, 23);
    border: 2px solid rgb(4, 15, 23);
    border-radius: 7px;
    color: rgb(215, 215, 215);
}

.mensagem {
    height: 120px;
}

.mensagem::placeholder {
    position: absolute;
    top: 0;
}

.enviar {
    height: 30px;
    background-color: rgb(246, 94, 0);
    color: white;
    left: 240px;
    width: 60px;
    position: relative;
    border: 2px solid rgb(246, 94, 0);
    border-radius: 5px;
}

.direita {
    color: white;
    width: 300px;
}

.direita h1 {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.divisao {
    position: relative;
    top: 75px;
    height: 250px;
    width: 3px;
    background-color: rgb(4, 15, 23);
}

footer h2 {
    font-size: 14px;
}

table {
    padding: 10px;
    background-color: rgb(4, 15, 23);
    border: 2px solid rgb(4, 15, 23);
    border-radius: 6px;
}