* {
    margin: 0;
    padding: 0;
}

html {
    width: 100vw;
    height: 100vh;
    background-color: gray;
}

.navbar {
    display: flex;
    position: absolute;
    width:540px;
}

.backgroundImage {
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.wrapBackground {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;

    position:relative;
    display: flex;
    justify-content: center;
}
.textBox {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px;

    width: 100vw;
    background-color: rgba(255, 255, 255, 0.451);
    text-align: center;
}

#fetchImageAPI {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    border-radius: 20px;
}

.textBlack {
    font-family: MedievalSharp;
    font-weight: 800;
    color: black;
}


.textWhite {
    font-family: MedievalSharp;
    font-weight: 800;
}

.customHolder {
    width: 200px;
    text-align: center;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}

.customMap {
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}

#triggerButton {
    width: 60px;
    height: 30px;
}


.iconBox {
    display: flex;
    position: relative;;
    flex-direction: column;
    align-items:center;
    justify-content: flex-end;
    height: 200px;
}

.emanuelIcons {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.rafaelIcons {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.marginFixRafael {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.marginFixEmanuel {
    padding-right: 13px;
    padding-left: 13px;
    margin-bottom: 0px;
}